From 7ec5831f9b80e639099b08235e23aa394d6c5081 Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 19 Sep 2019 15:36:01 +0530 Subject: [PATCH] Add env.sample --- env.sample | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 env.sample diff --git a/env.sample b/env.sample new file mode 100644 index 0000000..0bead74 --- /dev/null +++ b/env.sample @@ -0,0 +1,17 @@ +# The etcd server +ETCD_HOST=127.0.0.1 +ETCD_PORT=2379 + +# the api key to perform stripe calls +STRIPE_API_PRIVATE_KEY=stripe_api_private_key + +# params used to validate requests +OTP_SERVER=https://the-otp-server/ungleichotp/ +AUTH_NAME=xxxxxxxx +AUTH_SEED=xxxxxxxx +AUTH_REALM=xxxxxxxx + +# the realm that is allowed to do admin stuff +REALM_ALLOWED="admin-realm" + +INIT_ORDER_ID=0 \ No newline at end of file