mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 04:22:54 +02:00
「🏗️」 wip: added env example
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@ -0,0 +1,17 @@
|
||||
OUT_PORT=8443
|
||||
|
||||
JWT_SECRET=wut
|
||||
|
||||
PROM_PORT=9090
|
||||
# this hash is generated with : htpasswd -nbB admin admin
|
||||
PROM_HASH=$2y$05$29xV50WIgdOcLtFwKnr9cObGlS9booo97Ny7gRxAuADkwF9rS3nD.
|
||||
PROM_PASS=admin
|
||||
|
||||
GRAPH_PORT=3000
|
||||
|
||||
ELK_PORT=5601
|
||||
|
||||
GOOGLE_CALLBACK_ID=https://localhost:8443/api/v1
|
||||
GOOGLE_CLIENT_SECRET=susAF
|
||||
GOOGLE_CLIENT_ID=Really
|
||||
|
Reference in New Issue
Block a user