Update URLs
This commit is contained in:
16
stack.env
16
stack.env
@@ -3,8 +3,8 @@ APP_PORT=5000
|
|||||||
PORTAINER_GIT_DIR=.
|
PORTAINER_GIT_DIR=.
|
||||||
APP_LOCAL_SETTINGS=./app/local_settings.py
|
APP_LOCAL_SETTINGS=./app/local_settings.py
|
||||||
APP_DATABASE_FILE=./db.sqlite3
|
APP_DATABASE_FILE=./db.sqlite3
|
||||||
STATIC_ROOT=/conf/static
|
STATIC_ROOT=/code/static
|
||||||
OPERATION=dev
|
OPERATION=uwsgi
|
||||||
|
|
||||||
# Elasticsearch settings
|
# Elasticsearch settings
|
||||||
ELASTICSEARCH_URL=10.1.0.1
|
ELASTICSEARCH_URL=10.1.0.1
|
||||||
@@ -14,7 +14,7 @@ ELASTICSEARCH_USERNAME=admin
|
|||||||
ELASTICSEARCH_PASSWORD=secret
|
ELASTICSEARCH_PASSWORD=secret
|
||||||
|
|
||||||
# Manticore settings
|
# Manticore settings
|
||||||
MANTICORE_URL=http://monolith_db:9308
|
MANTICORE_URL=http://127.0.0.1:9308
|
||||||
|
|
||||||
# Database settings
|
# Database settings
|
||||||
DB_BACKEND=MANTICORE
|
DB_BACKEND=MANTICORE
|
||||||
@@ -39,14 +39,14 @@ DRILLDOWN_DEFAULT_SORTING=desc
|
|||||||
DRILLDOWN_DEFAULT_SOURCE=all
|
DRILLDOWN_DEFAULT_SOURCE=all
|
||||||
|
|
||||||
# URLs
|
# URLs
|
||||||
DOMAIN=qi
|
DOMAIN=spy.zm.is
|
||||||
URL=http://10.0.0.10:5000
|
URL=https://spy.zm.is
|
||||||
|
|
||||||
# Access control
|
# Access control
|
||||||
ALLOWED_HOSTS=127.0.0.1,localhost,10.0.0.10,qi
|
ALLOWED_HOSTS=spy.zm.is
|
||||||
|
|
||||||
# CSRF
|
# CSRF
|
||||||
CSRF_TRUSTED_ORIGINS=http://127.0.0.1:5000,http://localhost:5000,http://qi:5000,http://10.0.0.10:5000
|
CSRF_TRUSTED_ORIGINS=https://spy.zm.is
|
||||||
|
|
||||||
# Stripe settings
|
# Stripe settings
|
||||||
BILLING_ENABLED=False
|
BILLING_ENABLED=False
|
||||||
@@ -75,7 +75,7 @@ META_MAX_CHUNK_SIZE=500
|
|||||||
META_QUERY_SIZE=10000
|
META_QUERY_SIZE=10000
|
||||||
|
|
||||||
# Debugging and profiling
|
# Debugging and profiling
|
||||||
DEBUG=True
|
DEBUG=n
|
||||||
PROFILER=False
|
PROFILER=False
|
||||||
|
|
||||||
# Redis settings
|
# Redis settings
|
||||||
|
|||||||
Reference in New Issue
Block a user