adds tags plugin to ini
This commit is contained in:
parent
74bf4c10fa
commit
842ef0afe9
3 changed files with 9 additions and 2 deletions
7
config/pathfinder/plugin.ini
Normal file
7
config/pathfinder/plugin.ini
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[PLUGIN]
|
||||
MODULES_ENABLED = 1
|
||||
|
||||
[PLUGIN.MODULES]
|
||||
DOTLAN = ./app/ui/module/dotlan
|
||||
TAGS = ./app/ui/module/tags
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ services:
|
|||
volumes:
|
||||
- ${path}/config/pathfinder/config.ini:/var/www/html/pathfinder/app/templateConfig.ini
|
||||
- ${path}/config/pathfinder/pathfinder.ini:/var/www/html/pathfinder/app/pathfinder.ini
|
||||
- ${path}/config/pathfinder/plugins.ini:/var/www/html/pathfinder/app/plugins.ini
|
||||
- ${path}/config/pathfinder/plugin.ini:/var/www/html/pathfinder/app/plugin.ini
|
||||
depends_on:
|
||||
- pfdb
|
||||
- pf-redis
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5aa8cfed3273676c956615873d914c1e888546c3
|
||||
Subproject commit c2003b5fbcc80eee55b308a11862119760feba55
|
||||
Loading…
Add table
Add a link
Reference in a new issue