feat: add .env.example

master
fbonhomm 2019-09-03 17:54:04 +02:00
parent dceeabf5dd
commit 52039f78bf
1 changed files with 8 additions and 0 deletions

8
.env.example Normal file
View File

@ -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