api-go-example/.env.example

9 lines
130 B
Plaintext
Raw Normal View History

2019-09-03 15:54:04 +00:00
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