add general settings

master
Jalil Arfaoui 2024-11-16 00:06:06 +01:00
parent 045e2bca00
commit 671198ab74
1 changed files with 7 additions and 2 deletions

View File

@ -46,8 +46,13 @@ in
ROOT_URL = "https://${domain}/";
HTTP_PORT = 3000;
};
# You can temporarily allow registration to create an admin user.
service.DISABLE_REGISTRATION = true;
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;