Bob/app.config

9 lines
169 B
Plaintext

# Application Configuration
server_port=8080
database_url=postgresql://localhost:5432/mydb
debug_mode=true
max_connections=100
log_level=INFO
cache_size=1024
timeout=30