forked from stellar/anchor-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (24 loc) · 694 Bytes
/
Copy path.env.example
File metadata and controls
32 lines (24 loc) · 694 Bytes
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
# Anchor Platform secrets
SECRET_SEP10_SIGNING_SEED=
# Reference server secrets
APP__PAYMENT_SIGNING_SEED=
# Wallet server secrets
SECRET__KEY=
# Test secrets
TEST_CLIENT_WALLET_SECRET=
TEST_CLIENT_SMART_WALLET_ACCOUNT=
TEST_CLIENT_WALLET_EXTRA_SIGNER_1_SECRET=
TEST_CLIENT_WALLET_EXTRA_SIGNER_2_SECRET=
TEST_WITHDRAW_FUND_CLIENT_SECRET_1=
TEST_WITHDRAW_FUND_CLIENT_SECRET_2=
TEST_DEPOSIT_FUND_CLIENT_SECRET_1=
TEST_DEPOSIT_FUND_CLIENT_SECRET_2=
# Used as a test payment destination with Circle USDC trustline
OTHER_SEP10_SIGNING_SECRET=
# USDC issuer
USDC_ISSUER_SECRET=
# SRT issuer
SRT_ISSUER_SECRET=
# Test Anchor accounts
TESTANCHOR_DISTRIBUTION_SECRET=
TESTANCHOR_RECEIVE_SECRET=