24 lines
1.3 KiB
Plaintext
24 lines
1.3 KiB
Plaintext
SECRET_KEY=django-insecure-&-inwstj0rt25wjb=#t8jq&96vb=h4y@udy&$^gj)ih-da3r4j
|
|
DEBUG=True
|
|
ALLOWED_HOSTS=testbackend.rasadyaar.ir,test.rasadyaar.ir,127.0.0.1,rasadyaar.ir,rasadyar.net,userbackend.rasadyar.com,rasadyar.com
|
|
DB_NAME=users
|
|
DB_USER=postgres
|
|
DB_PASSWORD=ShVaaU0yhBNET7lpUFT2aMDGdhOQLSzYxsOLnJRePGL1rQLWVv2iyIwRex3o7uoz
|
|
DB_HOST=31.7.78.133
|
|
DB_PORT=14362
|
|
CELERY_BROKER_URL=redis://redis://localhost:6379
|
|
CELERY_RESULT_BACKEND=redis://redis://localhost:6379
|
|
CELERY_ACCEPT_CONTENT=application/json
|
|
CELERY_TASK_SERIALIZER=json
|
|
CELERY_RESULT_SERIALIZER=json
|
|
CELERY_TIMEZONE=Asia/Tehran
|
|
CORS_ORIGIN_ALLOW_ALL=True
|
|
CORS_ORIGIN_WHITELIST=http://localhost:8080,http://127.0.0.1:8080,http://127.0.0.1:3000,http://localhost:3000,https://userbackend.rasadyaar.ir,https://rasadyaar.ir,https://rasadyar.net,https://userbackend.rasadyar.com,https://rasadyar.com
|
|
CORS_ALLOWED_ORIGINS=http://localhost:8080,http://127.0.0.1:8080,http://127.0.0.1:3000,http://localhost:3000,https://userbackend.rasadyaar.ir,https://rasadyaar.ir,https://rasadyar.net,https://userbackend.rasadyar.com,https://rasadyar.com
|
|
SECURE_PROXY_SSL_HEADER=HTTP_X_FORWARDED_PROTO,https,http
|
|
SECURE_SSL_REDIRECT=False
|
|
SESSION_COOKIE_SECURE=True
|
|
CSRF_COOKIE_SECURE=True
|
|
REDIS_URL=redis://:ydnW4hwzuDRYcTX3FWCHgQ1f@apo.liara.cloud:33740/0
|
|
|
|
ENV RUNNING_IN_DOCKER=0 |