mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
ttl and static files dir.
This commit is contained in:
parent
a0339dcb89
commit
95ee1e1463
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
[portal]
|
[portal]
|
||||||
plugins_dir=./plugins
|
plugins_dir=./plugins
|
||||||
|
static_dir=./static
|
||||||
listen_host=localhost
|
listen_host=localhost
|
||||||
listen_port=9080
|
listen_port=9080
|
||||||
debug=True
|
debug=True
|
||||||
|
@ -7,6 +8,8 @@ debug=True
|
||||||
redis_host=127.0.0.1
|
redis_host=127.0.0.1
|
||||||
redis_port=6379
|
redis_port=6379
|
||||||
|
|
||||||
|
plugin_ttl=120
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
log_format = %(asctime)s %(name)s[%(process)s] %(levelname)s: %(message)s
|
log_format = %(asctime)s %(name)s[%(process)s] %(levelname)s: %(message)s
|
||||||
log_debug = False
|
log_debug = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue