2023-09-15 09:40:35 +00:00
|
|
|
# 数据库链接信息
|
2023-12-14 04:09:11 +00:00
|
|
|
DB_NAME: maxkb
|
2023-09-15 09:40:35 +00:00
|
|
|
DB_HOST: localhost
|
|
|
|
|
DB_PORT: 5432
|
|
|
|
|
DB_USER: root
|
2023-12-14 04:09:11 +00:00
|
|
|
DB_PASSWORD: xxxxxxx
|
2023-09-15 09:40:35 +00:00
|
|
|
DB_ENGINE: django.db.backends.postgresql_psycopg2
|
2023-12-14 04:09:11 +00:00
|
|
|
|
|
|
|
|
DEBUG: false
|
|
|
|
|
|
|
|
|
|
TIME_ZONE: Asia/Shanghai
|
2025-01-23 03:04:11 +00:00
|
|
|
|