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