mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-12-31 21:56:41 +01:00
「📝」 doc: added redir env
This commit is contained in:
@ -12,6 +12,8 @@ GRAPH_PORT=3000
|
|||||||
ELK_PORT=5601
|
ELK_PORT=5601
|
||||||
|
|
||||||
GOOGLE_CALLBACK_URL=https://localhost:8443/api/v1
|
GOOGLE_CALLBACK_URL=https://localhost:8443/api/v1
|
||||||
|
# the url to which the user will be redirected when it logs with google
|
||||||
|
CALLBACK_REDIR=http://localhost:3000
|
||||||
GOOGLE_CLIENT_SECRET=susAF
|
GOOGLE_CLIENT_SECRET=susAF
|
||||||
GOOGLE_CLIENT_ID=Really
|
GOOGLE_CLIENT_ID=Really
|
||||||
|
|
||||||
@ -24,3 +26,4 @@ SMTP_FROM=<the address to send from>
|
|||||||
SMTP_AUTH_USERNAME=<smtp-user>
|
SMTP_AUTH_USERNAME=<smtp-user>
|
||||||
SMTP_AUTH_PASSWORD=<smtp pass>
|
SMTP_AUTH_PASSWORD=<smtp pass>
|
||||||
EMAIL_TO=<mail to send to>
|
EMAIL_TO=<mail to send to>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user