13 lines
359 B
YAML
13 lines
359 B
YAML
database: 'postgresql://postgres:trust@127.0.0.1'
|
|
|
|
proxy:
|
|
listen: 127.0.0.1
|
|
port: 8005
|
|
|
|
api:
|
|
listen: 127.0.0.1
|
|
port: 8006
|
|
|
|
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
|