adds xdebug
This commit is contained in:
parent
fdbcbe153e
commit
9cd459d897
9 changed files with 28 additions and 162 deletions
|
|
@ -6,21 +6,21 @@
|
|||
; This name is used in e.g. emails, user interface
|
||||
; Syntax: String
|
||||
; Default: Pathfinder
|
||||
NAME = Goryn Are Lost
|
||||
NAME = Pathfinder Community Edition
|
||||
|
||||
; Pathfinder version
|
||||
; Version number should not be changed manually.
|
||||
; Version is used for CSS/JS cache busting and is part of the URL for static resources:
|
||||
; e.g. public/js/vX.X.X/app.js
|
||||
; Syntax: String (current version)
|
||||
; Default: v2.0.0
|
||||
VERSION = v2.0.1
|
||||
; Default: v2.1.1
|
||||
VERSION = v2.1.1
|
||||
|
||||
; Contact information [optional]
|
||||
; Shown on 'licence', 'contact' page.
|
||||
; Syntax: String
|
||||
; Default: https://github.com/exodus4d
|
||||
CONTACT = https://github.com/exodus4d
|
||||
CONTACT = https://github.com/samoneilll
|
||||
|
||||
; Public contact email [optional]
|
||||
; Syntax: String
|
||||
|
|
@ -31,7 +31,7 @@ EMAIL =
|
|||
; Used for 'licence', 'contact' page.
|
||||
; Syntax: String
|
||||
; Default: https://github.com/exodus4d/pathfinder
|
||||
REPO = https://github.com/exodus4d/pathfinder
|
||||
REPO = https://github.com/goryn-clade/pathfinder
|
||||
|
||||
; Show warning on 'login' page if /setup route is active
|
||||
; DO NOT disable this warning unless /setup route is protected or commented in routes.ini
|
||||
|
|
@ -368,8 +368,8 @@ LOG_LINES = 1000
|
|||
; ADMIN ===========================================================================================
|
||||
; "SUPER" admins and additional "CORPORATION" admins can be added here
|
||||
;[PATHFINDER.ROLES]
|
||||
;CHARACTER.0.ID = 123456789
|
||||
;CHARACTER.0.ROLE = SUPER
|
||||
CHARACTER.0.ID = 1163491939
|
||||
CHARACTER.0.ROLE = SUPER
|
||||
;CHARACTER.1.ID = 1122334455
|
||||
;CHARACTER.1.ROLE = CORPORATION
|
||||
|
||||
|
|
@ -395,15 +395,3 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue