You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
370 B
17 lines
370 B
# 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 |