forked from d-EURO/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (27 loc) · 1.12 KB
/
.env.example
File metadata and controls
32 lines (27 loc) · 1.12 KB
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
PORT=3000
CONFIG_APP_URL=https://dev.app.testnet.juicedollar.com
CONFIG_INDEXER_URL=https://dev.ponder.testnet.juicedollar.com/
CONFIG_INDEXER_FALLBACK_URL=https://dev.ponder.testnet.juicedollar.com/
CONFIG_CHAIN=testnet
RPC_URL_MAINNET=https://rpc.citreascan.com
RPC_URL_TESTNET=https://rpc.testnet.citreascan.com
# CoinGecko Configuration.
#
# COINGECKO_BASE_URL: required. The origin the api calls. Recommended is
# the in-cluster pricing-proxy (https://github.com/DFXswiss/pricing-proxy),
# which holds the upstream Pro key and serves a 60 s shared cache. Anything
# CoinGecko-compatible works (pro-api.coingecko.com, api.coingecko.com, …).
COINGECKO_BASE_URL=http://pricing-proxy:8080/coingecko
#
# COINGECKO_API_KEY: optional. If set, attached as `x-cg-pro-api-key` to
# every request. Leave unset when talking to the pricing-proxy (proxy injects
# its own key) or to the public host anonymously.
# COINGECKO_API_KEY=
TELEGRAM_BOT_TOKEN=[API-KEY]
TELEGRAM_GROUPS_JSON=telegram.groups.json
TELEGRAM_IMAGES_DIR=./images
TWITTER_CLIENT_APP_KEY=
TWITTER_CLIENT_APP_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_SECRET=
TWITTER_IMAGES_DIR=