29 lines
378 B
INI
29 lines
378 B
INI
[auth]
|
|
user = "hanez"
|
|
token = "abcd1234"
|
|
|
|
[app]
|
|
name = "FunApp"
|
|
version = "1.2.3"
|
|
debug = "1"
|
|
|
|
[database]
|
|
host = "localhost"
|
|
port = "5432"
|
|
user = "fun"
|
|
pass = "secret"
|
|
pool_size = "8"
|
|
timeout = "2.5"
|
|
|
|
[network]
|
|
ssl = "yes"
|
|
retries = "3"
|
|
base_url = "https://api.example.com"
|
|
|
|
[features]
|
|
feature_x = "on"
|
|
feature_y = "off"
|
|
|
|
[paths]
|
|
data_dir = "./data"
|
|
log_file = "./logs/app.log"
|