1 files changed, 16 insertions(+), 0 deletions(-)
A README.md
A README.md => README.md +16 -0
@@ 0,0 1,16 @@
+# 10man-api
+
+[](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
+```