aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..263ce88
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,5 @@
+# this file is *mostly* just a backup for environment variables in case nix is
+# either not working or you just don't want to use it. :)
+
+DATABASE_URl=lime.sqlite3
+PORT=8000