# 10man-api [![builds.sr.ht status](https://builds.xenrox.net/~xenrox/10man-api/commits/.build.yml.svg)](https://builds.xenrox.net/~xenrox/10man-api/commits/.build.yml?) Code for [10man](https://hub.xenrox.net/~xenrox/10man/) API. ## Configuration Your config file should be placed at `/etc/10man-api/config`. ``` # Connection string for the database (required) connection-string postgresql://user:pass@localhost/db?sslmode=disable # Comma separated list of steamID64 for users that should become an admin admins STEAMID64_ADMIN1,STEAMID64_ADMIN2 # Comma separated list of maps maps inferno,mirage ```