Create setting.ini

This commit is contained in:
Scott Sutherland 2024-09-23 10:30:26 -05:00 committed by GitHub
parent 6189267673
commit 815004256f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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