Add frontend to be served by backend.
This commit is contained in:
10
backend/src/resources/application.yml
Normal file
10
backend/src/resources/application.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
mongodb:
|
||||
url: 'localhost'
|
||||
port: 27017
|
||||
username: 'god'
|
||||
password: 'P@ssword'
|
||||
database: 'admin'
|
||||
security:
|
||||
jwt:
|
||||
secret: 5ubtcCCo7hWBqjNGtzzVKnLT1KxN9uS4D6kRZowCunZAYPmxtKy6mvgoxANe4WqLVfiVI7AZSVqZCtvlSWFwIsnXGH6lxeKG0U8Wu7Kw0jwfFOGLvlO8bXaB
|
||||
validity: 1h
|
||||
Reference in New Issue
Block a user