0 |
# Format: |
1 |
# - Lines starting with a '#' are ignored |
2 |
# - Key and Value are separated by a single '=' |
3 |
# - Leading and trailing white spaces in Key and Value are ignored |
4 |
# - Quoting and multi-line values are not supported |
5 |
|
6 |
# Address to listen to. Value can be of "HOSTNAME:PORT" or "IP:PORT" form. In |
7 |
# case of empty HOSTNAME or IP, "0.0.0.0:PORT" is used. |
8 |
# Example: ":8080", "bloat.mydomain.com" |
9 |
listen_address=127.0.0.1:8090 |
10 |
|
11 |
# Full URL of the website. Users will be redirected to this URL after |
12 |
# authentication. |
13 |
# Example: "http://localhost:8080", "https://bloat.mydomain.com" |
14 |
client_website=https://jam.xwx.moe:1337 |
15 |
|
16 |
# Name of the client. |
17 |
client_name=Mansardo Jamada |
18 |
|
19 |
# Mastadon scopes used by the client. |
20 |
# See https://docs.joinmastodon.org/api/oauth-scopes/ |
21 |
client_scope=read write follow |
22 |
|
23 |
# Path of directory containing template files. |
24 |
templates_path=instance/ŝablonoj |
25 |
|
26 |
# Path of directory containing static files (CSS and JS). |
27 |
static_directory=instance/ktp |
28 |
|
29 |
# Supported post formats. Value is a list of key:value pair separated by a ','. |
30 |
# Empty value will disable the format selection in frontend. |
31 |
post_formats=PlainText:text/plain,HTML:text/html,Markdown:text/markdown,BBCode:text/bbcode |
32 |
|
33 |
# Log file. Will log to stdout if value is empty. |
34 |
# log_file=log |
35 |
|
36 |
# In single instance mode, bloat will not ask for instance domain name and |
37 |
# user will be directly redirected to login form. User login from other |
38 |
# instances is not allowed in this mode. |
39 |
# Empty value disables single instance mode. |
40 |
single_instance=jam.xwx.moe |
41 |
|
42 |
# Path to custom CSS. Value can be a file path relative to the static directory. |
43 |
# or a URL starting with either "http://" or "https://". |
44 |
# custom_css=custom.css |