1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

api: run go fmt

This commit is contained in:
Adhityaa
2018-06-16 19:00:03 +05:30
parent 816b0ec6f3
commit 590e878679
2 changed files with 26 additions and 26 deletions

View File

@ -16,9 +16,9 @@ func parseConfig() error {
defaults := map[string]string{
"POSTGRES": "postgres://postgres:postgres@localhost/commento?sslmode=disable",
"BIND_ADDRESS": "127.0.0.1",
"PORT": "8080",
"ORIGIN": "",
"BIND_ADDRESS": "127.0.0.1",
"PORT": "8080",
"ORIGIN": "",
"CDN_PREFIX": "",