waf
This commit is contained in:
parent
4161e84ddd
commit
7e1246ecd6
|
@ -18,9 +18,9 @@
|
||||||
HTTP_PORT = 62101;
|
HTTP_PORT = 62101;
|
||||||
# TODO
|
# TODO
|
||||||
DISABLE_SSH = true;
|
DISABLE_SSH = true;
|
||||||
|
};
|
||||||
APP_NAME = ":3";
|
APP_NAME = ":3";
|
||||||
APP_SLOGAN = "slogan";
|
APP_SLOGAN = "slogan";
|
||||||
};
|
|
||||||
# You can temporarily allow registration to create an admin user.
|
# You can temporarily allow registration to create an admin user.
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
# Add support for actions, based on act: https://github.com/nektos/act
|
# Add support for actions, based on act: https://github.com/nektos/act
|
||||||
|
|
Loading…
Reference in a new issue