feat: add .env.example
parent
dceeabf5dd
commit
52039f78bf
|
@ -0,0 +1,8 @@
|
|||
ROOT=/absolute/path
|
||||
HOST=http://127.0.0.1
|
||||
PORT=3000
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=5432
|
||||
DB_NAME=api_go
|
||||
DB_USER=root
|
||||
DB_PASSWORD=123456
|
Loading…
Reference in New Issue