macao-pos/docs/config_core/core_production_mysql.ini

16 lines
194 B
INI

[GENERAL]
Address = 127.0.0.1
Port = 8080
[DATABASE]
Engine = mysql+pymysql
Host = 127.0.0.1
Port = 3306
Database = pos
User = pos
Password = secret
[PRINTER]
Host = 192.168.1.100
Post = 9100