Skip to content

Commit

Permalink
Set Locale Currency DE
Browse files Browse the repository at this point in the history
using INITDB_ARGS
  • Loading branch information
T3C42 authored Jun 5, 2024
1 parent 5a3a610 commit cd25768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
POSTGRES_DB: food_calc_testing
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_INITDB_ARGS: "--locale-provider=icu --icu-locale=de-DE --locale=de_DE.UTF-8 --encoding=UTF8 --data-checksums"
POSTGRES_INITDB_ARGS: "--locale-provider=icu --icu-locale=de-DE --locale=de_DE.UTF-8 --lc-monetary=de_DE --encoding=UTF8 --data-checksums"
ports:
- 5432:5432
options: >-
Expand Down

0 comments on commit cd25768

Please sign in to comment.