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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#####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" />