Build defiant

This commit is contained in:
Aram 🍐 2019-10-27 00:48:46 -04:00
parent ebb54c74e7
commit 8ab5245778
10 changed files with 261 additions and 0 deletions

View file

@ -0,0 +1,26 @@
web:
# Flask (web) configuration
ip: "0.0.0.0"
port: 80
database:
# RethinkDB configuration
ip: "rethinkdb.public"
port: 28015
database_name: "battle_myth_theater"
admin:
username: "admin" #Insecure, change from example credentials.
password: "admin" #Insecure, change from example credentials.
game:
max_stat_points: 20
debug: true
stories:
# Path to FFMPEG executable
ffmpeg: "/usr/bin/ffmpeg"
# Max story count per user.
# Note: this is ignored when 'debug' is set to true
max_story_count: 10