20 lines
473 B
YAML
20 lines
473 B
YAML
db:
|
|
host: '127.0.0.1'
|
|
user: 'postgres'
|
|
password: 'trust'
|
|
|
|
proxy:
|
|
listen: 127.0.0.1
|
|
port: 8005
|
|
|
|
api:
|
|
listen: 127.0.0.1
|
|
port: 8006
|
|
|
|
hosts: # ignore this it doesn't function
|
|
- hostname: localhost:8005
|
|
address: localhost:8000
|
|
|
|
clients:
|
|
- name: 'eu-central-1' # Example Client right here (the client in this case would be for example the stereo.cat backend)
|
|
hashed_secret: '$2b$12$5wH/0p702PPqVp7fCpVS4.1GA2/wAbk89w2nMjwuS8439OhjCUGbK' # password123
|