20 lines
308 B
INI
20 lines
308 B
INI
[common]
|
|
secret_key=5cf366d7b06714683756ca019c6283ed440bf771edd281d8
|
|
lifetime_seconds=3600
|
|
|
|
[mysql]
|
|
username=root
|
|
password=123456
|
|
host=192.168.2.94
|
|
port=3306
|
|
database=admgs_v2
|
|
|
|
|
|
[redis]
|
|
redis_host=192.168.2.94
|
|
redis_port=6379
|
|
|
|
[rabbitmq]
|
|
rabbitmq_host=192.168.2.94
|
|
rabbitmq_user=root
|
|
rabbitmq_password=123123 |