Files
aman-backend/config/config.yaml
2022-11-03 01:07:46 +01:00

17 lines
407 B
YAML

server:
base-url: 'http://localhost:3000'
jwt-secret: 'SECRET'
database:
host: 'localhost'
port: 27017
name: 'aman'
frontend:
base-url: 'http://localhost:3001'
login-endpoint: 'auth'
vatsim-auth:
base-url: 'https://auth-dev.vatsim.net'
token-endpoint: 'oauth/token'
user-endpoint: 'api/user'
client-id: '461'
client-secret: 'kMAuQeIa4TvfZOIZw0t5AA5G5PA0UKTehtSASYdI'