add general settings
parent
045e2bca00
commit
671198ab74
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue