chore: .env example
This commit is contained in:
parent
69c664087e
commit
51817c91f5
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
PUBLIC_KEY=
|
PUBLIC_KEY=
|
||||||
REALM_URL=
|
|
||||||
|
|
||||||
PORT=
|
PORT=
|
||||||
|
|
||||||
|
|
@ -15,3 +14,7 @@ ELASTICSEARCH_HOST=localhost
|
||||||
ELASTICSEARCH_PORT=9200
|
ELASTICSEARCH_PORT=9200
|
||||||
ELASTICSEARCH_INDEX=
|
ELASTICSEARCH_INDEX=
|
||||||
|
|
||||||
|
AMQ_URL=amqp://admin:1234@localhost:9999
|
||||||
|
AMQ_QUEUE=queue
|
||||||
|
|
||||||
|
AUTH_BYPASS=false # MUST NOT TURN THIS ON IN PRODUCTION
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue