添加项目说明图片, 修改打包oss配置

This commit is contained in:
xie7654
2025-07-05 09:59:05 +08:00
parent 361004918f
commit e14730bee7
18 changed files with 657 additions and 106 deletions

View File

@@ -1,3 +1,6 @@
# web
VITE_BACKEND_URL=http://backend:8000
# MySQL
MYSQL_DATABASE=django_vue
MYSQL_USER=chenze
@@ -9,8 +12,8 @@ MYSQL_ROOT_PASSWORD=58ce16c2ee80311e130b30f11160ef77e0ac6aa7
DEBUG=False
DJANGO_ALLOWED_HOSTS=*
DB_NAME=django_vue
DB_USER=chenze
DB_PASSWORD=ca25045c409e60fab517c7327dd527ef27c48ca6
DB_USER=root
DB_PASSWORD=58ce16c2ee80311e130b30f11160ef77e0ac6aa7
DB_HOST=db
DB_PORT=3306
@@ -27,4 +30,3 @@ BACKEND_PORT=8000
# Nginx
NGINX_PORT=80