15 lines
297 B
Plaintext
15 lines
297 B
Plaintext
![]() |
# 数据库配置
|
||
|
DATABASE_NAME=rolebasedfilemanagement
|
||
|
DATABASE_USER=root
|
||
|
DATABASE_PASSWORD=Ooin2025!
|
||
|
DATABASE_HOST=db
|
||
|
DATABASE_PORT=3306
|
||
|
|
||
|
# Redis配置
|
||
|
REDIS_HOST=redis
|
||
|
REDIS_PORT=6379
|
||
|
|
||
|
# Django设置
|
||
|
DEBUG=False
|
||
|
SECRET_KEY=your-secret-key-here
|
||
|
ALLOWED_HOSTS=localhost,127.0.0.1,your-domain.com
|