Update .env
Browse files
.env
CHANGED
@@ -2,7 +2,8 @@
|
|
2 |
# Make sure you are changing this key for your deployment with a strong key.
|
3 |
# You can generate a strong key using `openssl rand -base64 42`.
|
4 |
# Alternatively you can set it with `SECRET_KEY` environment variable.
|
5 |
-
|
|
|
6 |
SERVER_WORKER_AMOUNT=5
|
7 |
SECRET_KEY=yzw2414.
|
8 |
MODE=api
|
|
|
2 |
# Make sure you are changing this key for your deployment with a strong key.
|
3 |
# You can generate a strong key using `openssl rand -base64 42`.
|
4 |
# Alternatively you can set it with `SECRET_KEY` environment variable.
|
5 |
+
CELERY_AUTO_SCALE=true
|
6 |
+
NUMEXPR_MAX_THREADS=16
|
7 |
SERVER_WORKER_AMOUNT=5
|
8 |
SECRET_KEY=yzw2414.
|
9 |
MODE=api
|