Forgejo config changes #10
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
||||||
ALLOW_ONLY_INTERNAL_REGISTRATION = false;
|
ALLOW_ONLY_INTERNAL_REGISTRATION = false;
|
||||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||||
};
|
};
|
||||||
|
session = {
|
||||||
|
SESSION_LIFE_TIME = 86400 * 30;
|
||||||
|
};
|
||||||
federation.ENABLED = true;
|
federation.ENABLED = true;
|
||||||
};
|
};
|
||||||
repositoryRoot = "/storage-box/forgejo/repos";
|
repositoryRoot = "/storage-box/forgejo/repos";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue