mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 09:05:43 +00:00
rewrite config files to JSON, refactor environment bootstrap #14
This commit is contained in:
parent
e1054cd69e
commit
32c1bbe4a2
13 changed files with 127 additions and 300 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -9,7 +9,12 @@
|
|||
|
||||
/src/config/*
|
||||
!/src/config/bootstrap.php
|
||||
!/src/config/website.json
|
||||
!/src/config/sphinx.json
|
||||
!/src/config/memcached.json
|
||||
!/src/config/database.json
|
||||
!/src/config/validator.json
|
||||
!/src/config/moderators.json
|
||||
!/src/config/nodes.json
|
||||
!/src/config/trackers.json
|
||||
!/src/config/peers.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue