diff --git a/config/gateway.yaml b/config/gateway.yaml index f3b8179..fdc30bb 100644 --- a/config/gateway.yaml +++ b/config/gateway.yaml @@ -1,7 +1,7 @@ port: 8081 domain: http://localhost server: - address: localhost - port: 8080 - secret: secret + address: localhost + port: 8080 + secret: secret \ No newline at end of file diff --git a/config/server.yaml b/config/server.yaml index 2849c26..ddc202d 100644 --- a/config/server.yaml +++ b/config/server.yaml @@ -1,10 +1,10 @@ port: 8080 secret: secret database: - type: sqlite - file: users.db - host: localhost - port: 5432 - name: postgres - user: postgres - password: postgres \ No newline at end of file + type: sqlite + file: users.db + host: localhost + port: 5432 + name: postgres + user: postgres + password: postgres