This commit is contained in:
2026-08-11 23:10:22 -06:00
commit 6fec70c7c8
13 changed files with 334 additions and 0 deletions

8
config.example.yml Normal file
View File

@@ -0,0 +1,8 @@
db:
dsn: 'DBI:MariaDB:database=compiledworld;host=127.0.0.1;port=3306'
username: 'compiledworld'
password: 'compiledworld'
# dev | prod | ci
environment: 'dev'
behind_proxy: false