mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-07-09 19:24:18 +00:00
Add command line flag to specify config file
This commit is contained in:
parent
a3d0c9bf31
commit
cad01cb1f8
3 changed files with 140 additions and 1 deletions
9
bloat.conf
Normal file
9
bloat.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
listen_address=:8080
|
||||
client_name=web
|
||||
client_scope=read write follow
|
||||
client_website=http://localhost:8080
|
||||
static_directory=static
|
||||
templates_glob_pattern=templates/*
|
||||
#custom_css=custom.css
|
||||
#post_formats=PlainText:text/plain,HTML:text/html,Markdown:text/markdown,BBCode:text/bbcode
|
||||
database_path=database
|
Loading…
Add table
Add a link
Reference in a new issue