Disable PostgreSQL TCP/IP connection
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
database = {
|
||||
type = "postgres";
|
||||
passwordFile = "/var/keys/gitea/db";
|
||||
socket = "/run/postgresql/.s.PGSQL.5432";
|
||||
};
|
||||
cookieSecure = true;
|
||||
disableRegistration = true;
|
||||
|
||||
Reference in New Issue
Block a user