diff options
Diffstat (limited to 'local.env')
| -rw-r--r-- | local.env | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/local.env b/local.env new file mode 100644 index 0000000..d02831b --- /dev/null +++ b/local.env @@ -0,0 +1,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" |
