commit
a1eddeba84
5 changed files with 22 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
.env
|
||||
*.sql
|
||||
|
|
@ -395,3 +395,15 @@ GIT_HUB = https://api.github.com
|
|||
; Syntax: 0 | 1
|
||||
; Default: 0
|
||||
PERSISTENT_DB_CONNECTIONS = 1
|
||||
|
||||
[PATHFINDER.SYSTEMTAG]
|
||||
; Systemtag status
|
||||
; If enabled new systems will be tagged using the defined style
|
||||
; Syntax: 0 | 1
|
||||
; Default: 0
|
||||
STATUS = 1
|
||||
|
||||
; Naming scheme to use
|
||||
; Syntax: String
|
||||
; Default: countConnections
|
||||
STYLE = countConnections
|
||||
|
|
|
|||
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
|
||||
|
||||
|
|
@ -73,4 +73,3 @@ volumes:
|
|||
networks:
|
||||
pf:
|
||||
caddy:
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 450fc640f05e8d30e585519b65bc6f4a0eeef4dc
|
||||
Subproject commit 7c53f0b2a0853989d2163a41383bc6887717e5f6
|
||||
Loading…
Add table
Add a link
Reference in a new issue