mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-05-04 19:28:42 +02:00
Create setting.ini
This commit is contained in:
parent
6189267673
commit
815004256f
18
Scripts/SampleConfigs/setting.ini
Normal file
18
Scripts/SampleConfigs/setting.ini
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
[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
|
Loading…
x
Reference in New Issue
Block a user