diff options
Diffstat (limited to 'backend/variables.env.sample')
| -rw-r--r-- | backend/variables.env.sample | 7 |
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 |
