add general settings
parent
045e2bca00
commit
671198ab74
|
@ -46,8 +46,13 @@ in
|
||||||
ROOT_URL = "https://${domain}/";
|
ROOT_URL = "https://${domain}/";
|
||||||
HTTP_PORT = 3000;
|
HTTP_PORT = 3000;
|
||||||
};
|
};
|
||||||
# You can temporarily allow registration to create an admin user.
|
service = {
|
||||||
service.DISABLE_REGISTRATION = true;
|
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
|
# Add support for actions, based on act: https://github.com/nektos/act
|
||||||
actions = {
|
actions = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
|
|
Loading…
Reference in New Issue