2023-07-30 14:50:08 +02:00
|
|
|
domain = "localhost:8000"
|
|
|
|
username = "test"
|
|
|
|
name = "test"
|
|
|
|
|
|
|
|
summary = "<p>Hello World!</p>"
|
|
|
|
https = false
|
|
|
|
icon_url = "https://localhost:8000/static/nopic.png"
|
|
|
|
secret = "0d0645798d20af6bd77a9303658f62d8"
|
|
|
|
debug = true
|
|
|
|
|
|
|
|
# In-mem DB
|
|
|
|
sqlalchemy_database = "file:pytest?mode=memory&cache=shared&uri=true"
|
2024-03-04 13:57:57 +01:00
|
|
|
|
|
|
|
post_token = "test-token"
|