removed yaml from main path, replaced with example in /etc
This commit is contained in:
parent
b831d5a8d5
commit
f7c312b1e0
@ -1,47 +0,0 @@
|
||||
# /**********************************************************************************
|
||||
# * _author : Domeniko Gentner
|
||||
# * _mail : code@tuxstash.de
|
||||
# * _repo : https://git.tuxstash.de/gothseidank/labertasche
|
||||
# * _license : This project is under MIT License
|
||||
# *********************************************************************************/
|
||||
|
||||
system:
|
||||
web_url: "http://dev.localhost:1314/" # Url where the comment system is served
|
||||
blog_url: "http://dev.localhost:1313/" # Url of your website
|
||||
cookie_domain: "dev.localhost" # hostname where the comment system is served
|
||||
database_uri: "sqlite:///db/labertasche.db" # Database URI. See documentation. Default is sqlite.
|
||||
secret: "6Gxvb52bIJCm2vfDsmWKzShKp1omrzVG" # CHANGE ME! THIS IS IMPORTANT!
|
||||
output: "./__implementation_example/data/" # Base path for the output json
|
||||
debug: true # Leave this as is, this is for development.
|
||||
send_otp_to_publish: true # Disables confirmation w/ OTP via mail
|
||||
cookie_secure: false
|
||||
|
||||
gravatar:
|
||||
cache: true # Enable caching of gravatar images
|
||||
static_dir: "./__implementation_example/static/images/gravatar/" # Where to store cached images, must exist!
|
||||
size: 256 # only applies if images are cached,
|
||||
# otherwise use ?s=size at the end of the gravatar url
|
||||
dashboard:
|
||||
username: "admin" # CHANGE ME!
|
||||
password: "admin" # CHANGE ME!
|
||||
|
||||
addons:
|
||||
smileys: true # Enable smiley replacements, set to false if unwanted
|
||||
|
||||
# If you want to expand this, please use this list:
|
||||
# https://www.w3schools.com/charsets/ref_emoji_smileys.asp
|
||||
# You need to add upper and lowercase, if you want both to work.
|
||||
# This is a simple search and replace action
|
||||
smileys:
|
||||
":)": "😀"
|
||||
":d": "😁"
|
||||
":D": "😁"
|
||||
";)": "😉"
|
||||
":p": "😋"
|
||||
":P": "😋"
|
||||
":8": "😎"
|
||||
"(:": "🙃"
|
||||
"$)": "🤑"
|
||||
":o": "😲"
|
||||
":O": "😲"
|
||||
|
Loading…
x
Reference in New Issue
Block a user