fix: settings in wrong sections

This commit is contained in:
Jalil Arfaoui 2024-11-16 00:17:21 +01:00
parent 671198ab74
commit aed73a45d6

View file

@ -40,24 +40,28 @@ in
# Enable support for Git Large File Storage
lfs.enable = true;
settings = {
DEFAULT = {
APP_NAME = "La Forge de Tiqa";
};
server = {
DOMAIN = domain;
# You need to specify this to remove the port from URLs in the web UI.
ROOT_URL = "https://${domain}/";
HTTP_PORT = 3000;
LANDING_PAGE = "explore";
};
service = {
DISABLE_REGISTRATION = true;
LANDING_PAGE = "explore";
APP_NAME = "La Forge de Tiqa";
AUTHOR = "Jalil Arfaoui";
DESCRIPTION = "La Forge de Jalil Arfaoui";
};
# Add support for actions, based on act: https://github.com/nektos/act
actions = {
ENABLED = true;
DEFAULT_ACTIONS_URL = "github";
};
ui.meta = {
AUTHOR = "Jalil Arfaoui";
DESCRIPTION = "La Forge de Jalil Arfaoui";
};
# Sending emails is completely optional
# You can send a test email from the web UI at:
# Profile Picture > Site Administration > Configuration > Mailer Configuration