mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
api: use localhost instead of 0.0.0.0
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
|
||||
func parseConfig() error {
|
||||
defaults := map[string]string{
|
||||
"POSTGRES": "postgres://postgres:postgres@0.0.0.0/commento?sslmode=disable",
|
||||
"POSTGRES": "postgres://postgres:postgres@localhost/commento?sslmode=disable",
|
||||
|
||||
"PORT": "8080",
|
||||
"ORIGIN": "",
|
||||
|
Reference in New Issue
Block a user