Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 696 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 696 Bytes

server template

README of this template.

Requirements

gonew

go install golang.org/x/tools/cmd/gonew@latest

Make project

gonew github.com/kokoichi206-sandbox/go-server-template <module_name>

<project_name>

README of the project.

Environments

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

License

This repository is under MIT License.