# README
sandbox-http-server-go
Environment variables
Required | required | example |
---|---|---|
DATABASE_URL | no | postgres://testuser:password@postgres:5432/testdb?sslmode=disable |
SERVER_ADDRESS | no | 127.0.0.1 |
SERVER_PORT | no | 8080 |
Accessible paths
path | description |
---|---|
/ | return simple text. |
/db | You 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