feat(global): initialize project and framework structure, dockerize
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
PORT=3000
|
||||
APPLICATION_PROFILE=
|
||||
|
||||
DATABASE_NAME=system
|
||||
DATABASE_USER=postgres
|
||||
DATABASE_PASSWORD=postgres
|
||||
DATABASE_URL=postgresql://postgres:postgres@postgres:5432/system?schema=public
|
||||
DATABASE_PROFILE=
|
||||
DATABASE_OPEN_PORT=
|
||||
Reference in New Issue
Block a user