summaryrefslogtreecommitdiff
path: root/local.env
blob: d02831b1c964b2388a60e9c865c8716c79b9fb47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Database settings
DB_HOST=localhost
DB_PORT=5432
DB_NAME=mydatabase
DB_USER=myuser
DB_PASSWORD=mypassword

# API keys
API_KEY=abc123
SECRET_KEY=def456

# Other settings
DEBUG_MODE=true
LOG_LEVEL=info"