init socle
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
4ba5c58a37
commit
599479d746
12 changed files with 400 additions and 0 deletions
9
.env.example
Normal file
9
.env.example
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_NAME=account
|
||||
DB_USER=account
|
||||
DB_PASSWORD=account
|
||||
DATABASE_URL=postgres://account:account@localhost:5432/account?sslmode=disable
|
||||
|
||||
PORT=8080
|
||||
ENV=development
|
||||
Loading…
Add table
Add a link
Reference in a new issue