forked from pingcap/autoflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(backend): add settings.SESSION_COOKIE_SECURE
- Loading branch information
Showing
3 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ ENVIRONMENT=production | |
# SECRET_KEY must greater or equal to 32 characters. | ||
SECRET_KEY= | ||
|
||
# Replace with your own sentry dsn | ||
# Replace with your own sentry dsn, leave it commented if you don't want to use sentry | ||
# SENTRY_DSN=https://[email protected]/4507549478223872 | ||
|
||
# Replace with your own TiDB Serverless connection information, | ||
|
@@ -17,14 +17,9 @@ TIDB_USER= | |
TIDB_PASSWORD= | ||
TIDB_DATABASE= | ||
|
||
|
||
# Replace with your own Jina AI API key | ||
# You can get one from https://jina.ai/reranker/ | ||
JINAAI_API_KEY= | ||
|
||
|
||
# DO NOT CHANGE BELOW CONFIGURATIONS UNLESS YOU KNOW WHAT YOU ARE DOING | ||
CELERY_BROKER_URL=redis://redis:6379/0 | ||
CELERY_RESULT_BACKEND=redis://redis:6379/0 | ||
|
||
DSP_CACHEBOOL=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters