README of this template.
go install golang.org/x/tools/cmd/gonew@latestgonew github.com/kokoichi206-sandbox/go-server-template <module_name>README of the project.
| key | description | default |
|---|---|---|
| SERVER_HOST | localhost | |
| SERVER_PORT | 8080 | |
| AGENT_HOST | ||
| AGENT_PORT | ||
| DB_DRIVER | postgres | |
| DB_HOST | localhost | |
| DB_PORT | 5432 | |
| DB_USER | root | |
| DB_PASSWORD | root | |
| DB_NAME | postgres | |
| DB_SSL_MODE | disable |
This repository is under MIT License.