summarylogtreecommitdiffstats
path: root/turingarena.env
blob: 13abbd8dca3c426d3ef85a441430f3e6a18c0df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Defaults for TuringArena
# Edit this file to configure options

# Port to listen to
PORT=8080

# Host to listen to
HOST=localhost

# Database directory
DATABASE=/var/lib/turingarena/db.sqlite3

# Put here a randomly generated string! 
# Generate with for example: head -c 32 /dev/urandom | base64