Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add dotenv package; remove .env file (#17)

* server: remove .env; gitignore more .env file patterns

* server packages: include dotenv

Was having troubling running naive docker container in dev mode ("yarn
run start" instead of service entry point) without this added.

authored by

bnewbold and committed by
GitHub
79cda64f c699ef5c

+3 -2
+2 -1
.gitignore
··· 9 9 .DS_Store 10 10 *.log 11 11 tsconfig.build.tsbuildinfo 12 - .dev.env 12 + .env 13 + .*.env 13 14 \#*\# 14 15 *~ 15 16 *.swp
-1
packages/server/.env
··· 1 - DATABASE_LOC=""
+1
packages/server/package.json
··· 28 28 "@did-plc/lib": "*", 29 29 "axios": "^1.3.4", 30 30 "cors": "^2.8.5", 31 + "dotenv": "^16.0.0", 31 32 "express": "^4.18.2", 32 33 "express-async-errors": "^3.1.1", 33 34 "http-terminator": "^3.2.0",