api-go-example/.env

7 lines
88 B
Bash

PORT=3000
DB_HOST=127.0.0.1
DB_PORT=5432
DB_NAME=api_go
DB_USER=root
DB_PASSWORD=123456