From 88b08d5c41fd977a1b1cfc9a069929a36bf3eda6 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 17 Jul 2023 10:06:25 -0400 Subject: [PATCH] SPACES instead of TABS --- config/gateway.yaml | 6 +++--- config/server.yaml | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) 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