bitcointribe icon indicating copy to clipboard operation
bitcointribe copied to clipboard

Missing .env.example file in repo

Open emanuelb opened this issue 2 years ago • 1 comments

file was removed in commit https://github.com/bithyve/hexa/commit/4840f740cf882bed61cdf83f5280d3b866a9fe4a

but instructions in README.md file say:

Copy the contents on .env.example to a new .env file.

and compiling latest version 2.80 with ./gradlew assembleRelease shows:

Configure project :app
Reading env from: .env
**************************
*** Missing .env file ****
**************************

emanuelb avatar Aug 01 '22 20:08 emanuelb

src/bitcoin/HexaConfig.ts picks default dev env even if .env is not present

cakesoft-shashank avatar Aug 31 '22 12:08 cakesoft-shashank

Closing Approved by CC @cakesoft-shashank

Deveshshankar avatar Sep 02 '22 10:09 Deveshshankar