You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ProductionSystem/Production_Oil/Config/SystemConfig.ini

20 lines
365 B
INI

12 months ago
#####ini文件的第一行不能是有效内容不能为section
[DdataBaseConfig]
##密码是否加密
DbPwdIsEncrypt=false
DbServerIp=localhost
Port=5432
Database=production_system
UserId=postgres
Password=123456
##模式
Schema=public
####系统自动升级配置
[AutoUpdater]
<add key="UpdateApiUrl" value="http://192.168.2.10/AutoUpdater.xml" />