mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-05-04 19:28:42 +02:00
19 lines
254 B
INI
19 lines
254 B
INI
[GeneralSettings]
|
|
app_name = MyApp
|
|
version = 1.0.0
|
|
theme = dark
|
|
|
|
[DatabaseSettings]
|
|
host = localhost
|
|
port = 3306
|
|
username = dbuser
|
|
password = dbpass
|
|
|
|
[CustomSettings]
|
|
user = myuser
|
|
pass = mypass
|
|
|
|
[Logging]
|
|
log_level = DEBUG
|
|
log_file = /var/log/myapp.log
|