default to db host
This commit is contained in:
parent
0e2923a8c5
commit
62eef8615d
1 changed files with 2 additions and 2 deletions
|
@ -55,9 +55,9 @@ disable_hsts: "false"
|
||||||
disable_letsencrypt: "false"
|
disable_letsencrypt: "false"
|
||||||
#Nginx will listen to every IP/Domain with this directive. Useful for reverse proxy or testing only.
|
#Nginx will listen to every IP/Domain with this directive. Useful for reverse proxy or testing only.
|
||||||
nginx_catch_all: "false"
|
nginx_catch_all: "false"
|
||||||
redis_host: localhost
|
redis_host: 127.0.0.1
|
||||||
redis_port: 6379
|
redis_port: 6379
|
||||||
db_host: /var/run/postgresql
|
db_host: 127.0.0.1 # /var/run/postgresql
|
||||||
self_signed_cert_location: /etc/ssl/certs
|
self_signed_cert_location: /etc/ssl/certs
|
||||||
self_signed_key_location: /etc/ssl/private
|
self_signed_key_location: /etc/ssl/private
|
||||||
mastodon_composer_folder: /usr/src/mastodon
|
mastodon_composer_folder: /usr/src/mastodon
|
||||||
|
|
Loading…
Reference in a new issue