mysql
This commit is contained in:
10
config.yml
10
config.yml
@ -1,9 +1,17 @@
|
||||
general:
|
||||
delete_log_file_at_start: true
|
||||
log_to_file: true
|
||||
log_level: INFO # INFO or DEBUG or WARN
|
||||
log_level: DEBUG # INFO or DEBUG or WARN
|
||||
telnetserver: true # not in use for now
|
||||
flexradiospot: true # not in use for now
|
||||
database:
|
||||
mysql: true #only one of the two can be true
|
||||
sqlite: false
|
||||
mysql_db_user: rouggy
|
||||
mysql_db_password: 89DGgg290379
|
||||
mysql_db_name: log_f4bpo
|
||||
mysql_host: 10.10.10.15
|
||||
mysql_port: 3306
|
||||
sqlite:
|
||||
sqlite_path: 'C:\Perso\Seafile\Radio\Logs\Log4OM\F4BPO.SQLite' # SQLite Db oath of Log4OM
|
||||
callsign: F4BPO # Log4OM Callsign used to check if you get spotted by someone
|
||||
|
Reference in New Issue
Block a user