Skip to content

Commit

Permalink
Merge pull request #99 from OpenConext/feature/move-parameters
Browse files Browse the repository at this point in the history
Move parameters to legacy folder
  • Loading branch information
mroest authored Nov 30, 2020
2 parents afe946e + 7e3942f commit 5ef0238
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/userdb.json
/.web-server-pid
/config/packages/parameters.yml
/config/legacy/parameters.yaml
/build/
/var/*
!/var/cache
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ before_script:

# Install dependencies
- cp .env.ci .env
- cp config/packages/parameters.yml.dist config/packages/parameters.yml
- cp config/legacy/parameters.yaml.dist config/legacy/parameters.yaml
- composer install
- yarn install --frozen-lockfile
- yarn encore dev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ parameters:
secret: ThisTokenIsNotSoSecretChangeIt

# All locales supported by the application
default_locale: en_GB
locales:
- nl_NL
- en_GB
Expand Down
4 changes: 2 additions & 2 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# Put parameters here that don't need to change on each machine where the app is deployed
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
locale: nl
imports:
- { resource: 'legacy/parameters.yaml' }

services:
# default configuration for services in *this* file
Expand Down

0 comments on commit 5ef0238

Please sign in to comment.