Y
Hacker News
new
|
ask
|
show
|
jobs
by
tarcon
905 days ago
Don't put any real data in the hosted demo. The database credentials are leaked in the .env file.
2 comments
sphars
905 days ago
Apparently that's for development, the deployed production version is using a separate database:
https://github.com/penxio/penx/issues/20#issuecomment-186770...
link
mdaniel
905 days ago
I especially enjoyed the header saying ".env is .gitignored"
https://github.com/penxio/penx/blob/main/.env#L1
link