mirror of
https://github.com/Expand-sys/ccash-client-js
synced 2026-03-22 12:27:09 +11:00
chore: add .env.example
This commit is contained in:
parent
c759e33fc3
commit
451cff7fc0
3 changed files with 3 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
||||||
CCASH_API_BASE_URL=https://wtfisthis.tech/BankF
|
|
||||||
1
examples/node/.env.example
Normal file
1
examples/node/.env.example
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
CCASH_API_BASE_URL=http://localhost:80/BankF
|
||||||
3
examples/node/.gitignore
vendored
3
examples/node/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
yarn-error.log
|
/yarn-error.log
|
||||||
/node_modules
|
/node_modules
|
||||||
|
/.env
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue