add configurations for the authorization process

这个提交包含在:
Sven Czarnian
2022-11-03 01:07:46 +01:00
父节点 21ea925d3e
当前提交 80cdb2b47d

查看文件

@@ -1,7 +1,13 @@
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'