forgejo
production mode
This commit is contained in:
parent
4bcc47d1ec
commit
71a36ff5df
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
stateDir = "/mnt/hd/forgejo";
|
stateDir = "/mnt/hd/forgejo";
|
||||||
settings = {
|
settings = {
|
||||||
DEFAULT = {
|
DEFAULT = {
|
||||||
RUN_MODE = "dev";
|
RUN_MODE = "prod"; # set to prod for better logs (worse performance)
|
||||||
APP_NAME = "git.aciceri.dev";
|
APP_NAME = "git.aciceri.dev";
|
||||||
};
|
};
|
||||||
session.COOKIE_SECURE = true;
|
session.COOKIE_SECURE = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue