Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit a691639

Browse files
committed
Add example.env files
1 parent b686fc2 commit a691639

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

server/example.env

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
PORT=2010
2+
3+
NAME="My App"
4+
5+
JWT_KEY="my_secret_key"
6+
7+
STORAGE={"dir":"/path/to/ccashcow-db"}
8+
9+
CURRENCY="USD"
10+
11+
NODE_ENV="production"
12+
13+
STATIC_PATH="/static/"
14+
15+
TEST_STORAGE={"dir":"/path/to/ccashcow-test-db"}
16+
17+
WEB_DIRECTORY="/path/to/ccashcow/web"
18+
19+
CCASHCOW_WEB_URL="https://example.com/ccashcow"
20+
21+
CURRENCY_MODIFIER=0.01
22+
23+
SQUARE_ACCESS_TOKEN=""
24+
25+
SQUARE_LOCATION_KEY=""
26+
27+
COINBASE_COMMERCE_API_KEY=""

web/example.env

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
PORT=2011
2+
3+
NAME="My App"
4+
5+
THEME={}
6+
7+
FAVICON="https://example.com/favicon.png"
8+
9+
CURRENCY="USD"
10+
11+
NODE_ENV="production"
12+
13+
STATIC_PATH="/static/"
14+
15+
APP_PAYMENT_URL="https://example.com/pay?jwt={{JWT}}"
16+
17+
CCASHCOW_API_URL="https://example.com/ccashcow/api"
18+
19+
CURRENCY_MODIFIER=0.01

0 commit comments

Comments
 (0)