maps-service/README.md

22 lines
214 B
Markdown

# Game RPC Service
Manage times, bots, and more!
## Infrastructure Requirements
* Postgres
## Environment Variables
#### General
`DEBUG`
`PORT`
#### Postgres
`PG_HOST`
`PG_PORT`
`PG_USER`
`PG_PASS`
`PG_DB`