Skip to content

Commit

Permalink
[WA] Use csv to fix problem with json PUMUKIT_LOCALES env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai authored and Alfro committed Feb 21, 2020
1 parent 9a00da8 commit 96c7791
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PUMUKIT_DESCRIPTION='Pumukit University TV Website'
PUMUKIT_KEYWORDS='webtv, Tv, Pumukit University, pumukit'
PUMUKIT_EMAIL=[email protected]
PUMUKIT_LOGO=/bundles/pumukitwebtv/images/webtv/pumukit_logo.png
PUMUKIT_LOCALES=["en", "es", "gl", "eu", "ca", "fr", "zh-TW", "zh-CN"]
PUMUKIT_LOCALES=en,es,gl,eu,ca,fr,zh-TW,zh-CN
PUMUKIT_HOST=localhost
PUMUKIT_SCHEME=https
PUMUKIT_DELETE_ON_DISK=true
Expand Down
2 changes: 1 addition & 1 deletion .env.travis
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PUMUKIT_DESCRIPTION='Pumukit University TV Website'
PUMUKIT_KEYWORDS='webtv, Tv, Pumukit University, pumukit'
[email protected]
PUMUKIT_LOGO=/bundles/pumukitwebtv/images/webtv/pumukit_logo.png
PUMUKIT_LOCALES=["en", "es", "gl", "eu", "ca", "fr", "zh-TW", "zh-CN"]
PUMUKIT_LOCALES=en,es,gl,eu,ca,fr,zh-TW,zh-CN
PUMUKIT_HOST=localhost
PUMUKIT_SCHEME=https
PUMUKIT_DELETE_ON_DISK=true
Expand Down
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ parameters:
primary_color: "%env(string:PUMUKIT_PRIMARY_COLOR)%"
font_color: "%env(string:PUMUKIT_FONT_COLOR)%"

pumukit.locales: "%env(json:PUMUKIT_LOCALES)%"
pumukit.locales: "%env(csv:PUMUKIT_LOCALES)%"
pumukit.public_dir: "%env(string:PUMUKIT_PUBLIC_DIR)%"
pumukit.storage_dir: "%env(string:PUMUKIT_STORAGE_DIR)%"
pumukit.uploads_dir: "%env(string:PUMUKIT_UPLOADS_DIR)%"
Expand Down

0 comments on commit 96c7791

Please sign in to comment.