From 80cdb2b47de19f1c5c05d2fbcada82fffd49281a Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Thu, 3 Nov 2022 01:07:46 +0100 Subject: [PATCH] add configurations for the authorization process --- config/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/config.yaml b/config/config.yaml index 7e43deb..8adaa55 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -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'