Skip to content

Commit

Permalink
更新env文件
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Sep 22, 2022
1 parent ef46d5e commit bc86cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NGINX_PORT=9123

# https://docs.djangoproject.com/zh-hans/4.1/ref/settings/
DEBUG="false"
NIDATABASE_URL="mysql://root:123456@mysql:3306/archery"
DATABASE_URL="mysql://root:123456@mysql:3306/archery"
CACHE_URL="redis://redis:6379/0?PASSWORD=123456"

# https://docs.djangoproject.com/en/4.0/ref/settings/#csrf-trusted-origins
Expand Down

0 comments on commit bc86cda

Please sign in to comment.