summaryrefslogtreecommitdiff
path: root/local.env
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-05-12 12:35:16 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-05-12 12:35:16 +0200
commit712e5df429b7a93ecee52d9f7e7d76594122a516 (patch)
treef87e798818997723dcde1aee8170ba478d01ff6a /local.env
parentd76533abb2a92a678cdf3236f1f8b94792e0b0c5 (diff)
downloadmakext-712e5df429b7a93ecee52d9f7e7d76594122a516.tar.gz
Added environmental variables from file loader extension
Diffstat (limited to 'local.env')
-rw-r--r--local.env14
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"