Categorygithub.com/pollenjp/sandbox-http-server-go
modulepackage
0.1.16
Repository: https://github.com/pollenjp/sandbox-http-server-go.git
Documentation: pkg.go.dev

# README

sandbox-http-server-go

Environment variables

https://github.com/pollenjp/sandbox-http-server-go/blob/9f89cdfaa569f1a89c62d1cb2418c16704cb9b09/docker-compose.yml#L24-L26

Requiredrequiredexample
DATABASE_URLnopostgres://testuser:password@postgres:5432/testdb?sslmode=disable
SERVER_ADDRESSno127.0.0.1
SERVER_PORTno8080

Accessible paths

pathdescription
/return simple text.
/dbYou can access when you set DATABASE_URL .

Development

Run

go run .

docker-compose

make docker-rerun

# Functions

No description provided by the author

# Variables

No description provided by the author