scribeengine/config.ini.default

31 lines
566 B
Plaintext

[flask]
secret_key = changeme
[sqlalchemy]
database_uri = sqlite:///scribeengine.sqlite
track_modifications = false
[mail]
username = email@example.com
password = password
default_sender = sender <noreply@example.com>
server = smtp.gmail.com
port = 465
use_ssl = true
use_tls = false
[theme]
paths =
default =
[user]
app_name = ScribeEngine
enable_email = true
enable_username = false
email_sender_email = noreply@example.com
[site]
name = Example Blog
slogan = An example of a blog
about = This is an example of a blog using the ScribeEngine blogging engine