aboutsummaryrefslogtreecommitdiff
path: root/.example.env
diff options
context:
space:
mode:
authorLarsVomMars2020-07-12 19:38:31 +0200
committerLarsVomMars2020-07-12 19:38:31 +0200
commit0396bf5585019657912d7a631e292615eaab166f (patch)
tree15a6e1417ab2b2d0d30daeeb8a9dc0e9d0f520e5 /.example.env
parente39dbbaeaee6d3dcf40bf74aba932aacfa34fa18 (diff)
Added some kind of doc
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