-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
24 lines (20 loc) · 1015 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
NEXT_PUBLIC_SITE_URL=http://localhost:3000
#APPWRITE
NEXT_PUBLIC_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1
NEXT_PUBLIC_APPWRITE_PROJECT=662cd3d0000d7d095714
APPWRITE_DATABASE_ID=66efb545003657c43e8c
APPWRITE_USER_COLLECTION_ID=66efb573003d361f2d72
APPWRITE_BANK_COLLECTION_ID=66efb5bd000faf57f29a
APPWRITE_TRANSACTION_COLLECTION_ID=66efb5aa000cd2be805d
NEXT_APPWRITE_KEY=c78d74bfcb9364a868b588056cdb00bd7328ad2629f9d97682a877f8662776289426ab7a5dcc1ca6cb4c6946b5a341ca73cd09f18dd0c01a11454aa75cf85a3cc4b0cc5f5cbc8872368aab3d24a13ff35ca45fac080bf0d8f575d84dec72ad0446b13752978c44d379ca85bdb690b7aa0523b44d9058a6da51c474ba54aef2d7
#PLAID
PLAID_CLIENT_ID=662e1e5fdca064001c3e0086
PLAID_SECRET=be405988983be57fe34bef8e9038b3
PLAID_ENV=sandbox
PLAID_PRODUCTS=auth,transactions,identity
PLAID_COUNTRY_CODES=US,CA
#DWOLLA
DWOLLA_KEY=w2LhXSmPWAgTWrHoPfP7YIqByo3mRTr3UPL6Ra5Gh5TmU2RkeO
DWOLLA_SECRET=OG3qwRGFkPnU5zQzj7LxtLWSjpPO6uV3RutGFrvqnVbSy5hRdC
DWOLLA_BASE_URL=https://api-sandbox.dwolla.com
DWOLLA_ENV=sandbox