-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.js
32 lines (32 loc) · 979 Bytes
/
config.example.js
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
export const config = {
api: "https://localhost:4001/api/v1",
apiV2: "https://localhost:4001/api/v2",
horizon: "https://horizon-testnet.stellar.org",
reserve: "1",
firebase: {
apiKey: "<firebase_api_key>",
authDomain: "<firebase_auth_domain>",
databaseURL: "<firebase_db_url>",
projectId: "<firebase_project_id>",
storageBucket: "<firebase_project_storage_bucket>",
messagingSenderId: "<project_sender_id>",
},
stripe: {
apiKey: "<stripe_publishable_api_key>",
},
assets: {
codes: ["EUR", "USD", "AUD", "NZD", "THB", "PLN"],
issuer: "<issuing_account_public_key>",
avatar: "https://example.com/.well-known/logo.png",
type: "asset_type_string",
},
shambhala: {
client: "<SHAMBHALA_CLIENT_URL>",
},
friendbot: {
client: "<PROTOSTAR_FRIENDBOT_URL>",
},
reCaptchaV2: {
siteKey: "<RECAPTCHA_SITE_KEY>",
},
}