ems/scr/config/ems.conf

14 lines
316 B
Text
Raw Normal View History

#### DATENBANK ####
mySQL_server = localhost
mySQL_port = 3306 # default 3306
mySQL_user = smoke
mySQL_pass = KiWujcafAlor
mySQL_database = smoke_test
mySQL_table = battery
#### FLASK ####
flask_server = 0.0.0.0 # 0.0.0.0 for public access
flask_port = 5000
flask_debug = False # currently not used