10 lines
222 B
Text
10 lines
222 B
Text
# In test, compile the NodeJS code as if we are in production
|
|
NODE_ENV=production
|
|
# Federation
|
|
LOCAL_DOMAIN=cb6e6126.ngrok.io
|
|
LOCAL_HTTPS=true
|
|
# Elasticsearch
|
|
ES_ENABLED=false
|
|
ES_HOST=localhost
|
|
ES_PORT=9200
|
|
ES_PREFIX=test
|