From c876153e489f36badaec2648fa3571729fdd4410 Mon Sep 17 00:00:00 2001 From: nik72619c Date: Sat, 30 Mar 2019 16:39:55 +0530 Subject: [PATCH] added .env.example file --- .env.example | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 00000000..c9f903cb --- /dev/null +++ b/.env.example @@ -0,0 +1,22 @@ +API_URL=/api +AWS_ACCESS_KEY= +AWS_REGION= +AWS_SECRET_KEY= +EMAIL_SENDER= +EMAIL_VERIFY_SECRET_TOKEN=whatever_you_want_this_to_be_it_only_matters_for_production +EXAMPLE_USER_EMAIL=examples@p5js.org +EXAMPLE_USER_PASSWORD=hellop5js +GG_EXAMPLES_EMAIL=benedikt.gross@generative-gestaltung.de +GG_EXAMPLES_PASS=generativedesign +GG_EXAMPLES_USERNAME=generative-design +GITHUB_ID= +GITHUB_SECRET= +GOOGLE_ID= (use google+ api) +GOOGLE_SECRET= (use google+ api) +MAILGUN_DOMAIN= +MAILGUN_KEY= +MONGO_URL=mongodb://localhost:27017/p5js-web-editor +PORT=8000 +S3_BUCKET= +S3_BUCKET_URL_BASE= +SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production \ No newline at end of file