Fix API compatibility and add user/role/permission and asset import/export
This commit is contained in:
12
db_config.sh
Normal file
12
db_config.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# 数据库配置
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5433
|
||||
DB_USER=asset_user
|
||||
DB_PASSWORD=$(cat /mnt/data/asset-management/.db_password)
|
||||
DB_NAME=asset_management
|
||||
|
||||
# Redis配置
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6380
|
||||
REDIS_PASSWORD=$(cat /mnt/data/asset-management/.redis_password)
|
||||
Reference in New Issue
Block a user