~xenrox/10man-api

f88d4c0209c45ed0b2457eeaf07bc29b14eeba9a — Thorben Günther 2 years ago 312f1f4
Add README
1 files changed, 16 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +16 -0
@@ 0,0 1,16 @@
# 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
```