Skip to content
Snippets Groups Projects
Commit 826048b0 authored by Nils G.'s avatar Nils G.
Browse files

Fixes #4 Add appconfig.ini back into Repo

parent f925f55d
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,5 @@ ...@@ -22,6 +22,5 @@
/uploads /uploads
/cron /cron
/__pycache__ /__pycache__
/private
/routes.example.py /routes.example.py
; App configuration
[app]
name = Lynchburg
author = Studienprojekt AI 2020
description = JackBox clone
production = false
toolbar = false
; Host configuration
[host]
names = localhost:*, 127.0.0.1:*, *:*, *
; db configuration
[db]
uri = sqlite://storage.sqlite
migrate = true
pool_size = 10
; smtp address and credentials
;[smtp]
;server = smtp.gmail.com:587
;sender = you@gmail.com
;login = username:password
;tls = true
;ssl = true
[scheduler]
enabled = false
heartbeat = 1
;[google]
;analytics_id =
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment