-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
36 lines (32 loc) · 999 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# tokens to send per request (comma separated), the order must match the auth types
AMOUNTS=800
# log level (debug, info, error)
LOG_LEVEL=info
# private key for the faucet account (must hold tokens)
PRIV_KEY=
# wait period between requests for the same user (default 1h0m0s)
WAIT_PERIOD=10m
# database type to use (pebble for local storage and mongodb for remote)
DB_TYPE=pebble
# base route for the API (default "/v2")
BASE_ROUTE=/v2
# authentication types to use (comma separated). Available: open, oauth, stripe
AUTH=open
# stripe secret key
STRIPE_KEY=
# stripe price id
STRIPE_PRICE_ID=
# min number of tokens
STRIPEMINQUANTITY=
# max number of tokens
STRIPEMAXQUANTITY=
# stripe webhook secret
STRIPE_WEBHOOK_SECRET=
RESTART=unless-stopped
## For MongoDB only
# MONGODB_URL=mongodb://root:vocdoni@mongo:27017/
## For OAUTH handler only
# FACEBOOK_CLIENT_ID=123456789
# FACEBOOK_CLIENT_SECRET=yourSecretFBClientSecret
# GITHUB_CLIENT_ID=999999999
# GITHUB_CLIENT_SECRET=123abc456def789ghi