feat(app): stats added in to check if build in last build and also if theres a pending file
This commit is contained in:
@@ -3,3 +3,10 @@
|
||||
APP_MODE=dev
|
||||
# The port is only needed if you plan to use a different port but you will need to change it in the wrapper too
|
||||
PORT=8080
|
||||
|
||||
# postgres connection
|
||||
DATABASE_HOST=localhost
|
||||
DATABASE_PORT=5432
|
||||
DATABASE_USER=postgres
|
||||
DATABASE_PASSWORD=password
|
||||
DATABASE_DB=lst
|
||||
|
||||
Reference in New Issue
Block a user