summaryrefslogtreecommitdiffstats
path: root/backend/variables.env.sample
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-04-13 10:27:06 -0400
committerWes Bos <wesbos@gmail.com>2018-04-13 10:27:06 -0400
commita1f5d400550a7062cacb836061f453a6bcbdec4f (patch)
treefad177ac735577aedf4e56cc463909ec80581808 /backend/variables.env.sample
parentd3748f5c7a744ca04e11421a8a7745f1314b14ae (diff)
CLECAN CLEAN CLEAN
Diffstat (limited to 'backend/variables.env.sample')
-rw-r--r--backend/variables.env.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend/variables.env.sample b/backend/variables.env.sample
new file mode 100644
index 0000000..f4bb9bc
--- /dev/null
+++ b/backend/variables.env.sample
@@ -0,0 +1,7 @@
+PRISMA_STAGE="dev"
+PRISMA_ENDPOINT="https://FILLMEIN"
+PRISMA_CLUSTER="prisma-us1"
+PRISMA_SECRET="omgchangeme"
+APP_SECRET="you-gotta-make-your-own"
+STRIPE_SECRET="sk_OMGGETYOUROWN"
+PORT=4444 \ No newline at end of file