Browse Source

SPACES instead of TABS

master
parent
commit
88b08d5c41
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 6
      config/gateway.yaml
  2. 14
      config/server.yaml

6
config/gateway.yaml

@ -1,7 +1,7 @@
port: 8081 port: 8081
domain: http://localhost domain: http://localhost
server: server:
address: localhost
port: 8080
secret: secret
address: localhost
port: 8080
secret: secret

14
config/server.yaml

@ -1,10 +1,10 @@
port: 8080 port: 8080
secret: secret secret: secret
database: database:
type: sqlite
file: users.db
host: localhost
port: 5432
name: postgres
user: postgres
password: postgres
type: sqlite
file: users.db
host: localhost
port: 5432
name: postgres
user: postgres
password: postgres
Loading…
Cancel
Save