add configurations for the authorization process
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user