mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
13 lines
198 B
YAML
13 lines
198 B
YAML
# 数据库链接信息
|
|
DB_NAME: maxkb
|
|
DB_HOST: localhost
|
|
DB_PORT: 5432
|
|
DB_USER: root
|
|
DB_PASSWORD: xxxxxxx
|
|
DB_ENGINE: django.db.backends.postgresql_psycopg2
|
|
|
|
DEBUG: false
|
|
|
|
TIME_ZONE: Asia/Shanghai
|
|
|