forked from colin/nix-files
Compare commits
1 Commits
patch-gite
...
extend-git
Author | SHA1 | Date | |
---|---|---|---|
![]() |
05231c84e8 |
@@ -50,7 +50,11 @@
|
|||||||
ENABLE_CAPTCHA = true;
|
ENABLE_CAPTCHA = true;
|
||||||
NOREPLY_ADDRESS = "noreply.anonymous.git@uninsane.org";
|
NOREPLY_ADDRESS = "noreply.anonymous.git@uninsane.org";
|
||||||
};
|
};
|
||||||
session.COOKIE_SECURE = true;
|
session = {
|
||||||
|
COOKIE_SECURE = true;
|
||||||
|
# keep me logged in for 30 days
|
||||||
|
SESSION_LIFE_TIME = 60 * 60 * 24 * 30;
|
||||||
|
};
|
||||||
repository = {
|
repository = {
|
||||||
DEFAULT_BRANCH = "master";
|
DEFAULT_BRANCH = "master";
|
||||||
ENABLE_PUSH_CREATE_USER = true;
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
Reference in New Issue
Block a user