refactor: Verbeter logging
This commit is contained in:
parent
a1635b9db4
commit
f8035099c9
3 changed files with 15 additions and 6 deletions
|
@ -4,6 +4,8 @@
|
|||
# Should not need to be modified.
|
||||
# See .env.example for more information.
|
||||
#
|
||||
### Advanced configuration ###
|
||||
|
||||
|
||||
### Dwengo ###
|
||||
|
||||
|
@ -20,3 +22,7 @@ DWENGO_AUTH_TEACHER_CLIENT_ID=dwengo
|
|||
DWENGO_AUTH_TEACHER_JWKS_ENDPOINT=http://localhost:7080/realms/teacher/protocol/openid-connect/certs
|
||||
|
||||
DWENGO_CORS_ALLOWED_ORIGINS=http://localhost:5173,http://localhost:3000,http://localhost:9876,*
|
||||
|
||||
### Advanced configuration ###
|
||||
|
||||
DWENGO_LOGGING_LEVEL=debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue