Compare commits
2 Commits
2c59f6b7c2
...
1360209574
| Author | SHA1 | Date | |
|---|---|---|---|
|
1360209574
|
|||
|
5d7b6e7d62
|
@@ -13,13 +13,11 @@
|
|||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
passwordFile = "/var/keys/gitea/db";
|
passwordFile = "/var/keys/gitea/db";
|
||||||
socket = "/run/postgresql/.s.PGSQL.5432";
|
|
||||||
};
|
};
|
||||||
cookieSecure = true;
|
cookieSecure = true;
|
||||||
disableRegistration = true;
|
disableRegistration = true;
|
||||||
repositoryRoot = "/vault/git";
|
repositoryRoot = "/vault/git";
|
||||||
dump.enable = true;
|
dump.enable = true;
|
||||||
useWizard = true;
|
|
||||||
appName = "Gitea";
|
appName = "Gitea";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user