Start on removing git and better integrate db
This commit is contained in:
@ -4,8 +4,6 @@
|
||||
# Put parameters here that don't need to change on each machine where the app is deployed
|
||||
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
|
||||
parameters:
|
||||
snipStorageType: 'db' # 'db' or 'git
|
||||
gitStoragePath: '%kernel.project_dir%/var/snips'
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
@ -25,8 +23,3 @@ services:
|
||||
App\Service\LastRelease:
|
||||
arguments:
|
||||
- '%kernel.project_dir%/release.json'
|
||||
|
||||
App\Service\SnipServiceFactory:
|
||||
arguments:
|
||||
$gitStoragePath: '%gitStoragePath%'
|
||||
$storageType: '%snipStorageType%'
|
Reference in New Issue
Block a user