aboutsummaryrefslogtreecommitdiff
path: root/.example.env
diff options
context:
space:
mode:
Diffstat (limited to '.example.env')
-rw-r--r--.example.env6
1 files changed, 6 insertions, 0 deletions
diff --git a/.example.env b/.example.env
new file mode 100644
index 0000000..8a29b86
--- /dev/null
+++ b/.example.env
@@ -0,0 +1,6 @@
+PORT=<PORT> # Optional
+
+DBUser=<Database username>
+DBPassword=<Database user password>
+DBName=<Databse name>
+DBHost=<Database host> \ No newline at end of file