summaryrefslogtreecommitdiffstats
path: root/backend/.env-sample
diff options
context:
space:
mode:
authorSimon Prochazka <simon@fallion.net>2018-03-29 22:52:31 +0200
committerSimon Prochazka <simon@fallion.net>2018-03-29 22:52:31 +0200
commitce52d765f7294b144478349cf2aeb3dab6061e6e (patch)
tree5ef84801ecbe04229d0e3b50b36204228fd16a9e /backend/.env-sample
parentf6ab501371a759399dd4df46ac6a8ebc1226ca73 (diff)
add env sample for backend
Diffstat (limited to 'backend/.env-sample')
-rw-r--r--backend/.env-sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/.env-sample b/backend/.env-sample
new file mode 100644
index 0000000..ff0bc83
--- /dev/null
+++ b/backend/.env-sample
@@ -0,0 +1,6 @@
+PRISMA_STAGE=
+PRISMA_ENDPOINT=
+PRISMA_SECRET=
+
+# Override default server port
+PORT= \ No newline at end of file