Skip to content

Commit 6a787db

Browse files
committed
remove dev server config. add example client config
1 parent 9d93b83 commit 6a787db

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

client/src/config/example.env.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"NODE_ENV": "development",
3+
"GRAPHQL_URL": "http://127.0.0.1:4000",
4+
"GOOGLE_MAPS_KEY": "xxxxxxxxxxx",
5+
"PLAID_PUBLIC_KEY": "xxxxxxxxxxx",
6+
"PLAID_PRODUCTS": "transactions",
7+
"PLAID_COUNTRY_CODES": "US",
8+
"PLAID_ENV": "sandbox"
9+
}

server/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/node_modules/
1+
/node_modules/
2+
/config/local.json

server/config/local.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)