Update gts instance info
This commit is contained in:
parent
6a35224cd8
commit
151f5838b2
|
@ -58,6 +58,11 @@ in
|
||||||
account-domain = cfg.accountDomain;
|
account-domain = cfg.accountDomain;
|
||||||
bind-address = "localhost";
|
bind-address = "localhost";
|
||||||
port = cfg.port;
|
port = cfg.port;
|
||||||
|
# Instance
|
||||||
|
instance-languages = [ "en-ca" "vi" ];
|
||||||
|
# Accounts
|
||||||
|
accounts-registration-open = false;
|
||||||
|
accounts-allow-custom-css = true;
|
||||||
# Database
|
# Database
|
||||||
db-type = "postgres";
|
db-type = "postgres";
|
||||||
db-address = "/run/postgresql"; # Use socket
|
db-address = "/run/postgresql"; # Use socket
|
||||||
|
|
Loading…
Reference in a new issue