Merge pull request #5318 from consuldemocracy/application_timezone

Allow to set the application timezone via secrets
This commit is contained in:
Senén Rodero
2024-01-19 16:16:47 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ http_basic_auth: &http_basic_auth
http_basic_auth: true
development:
# time_zone: ""
http_basic_username: "dev"
http_basic_password: "pass"
authentication_logs: false
@@ -31,12 +32,14 @@ development:
<<: *maps
test:
# time_zone: ""
secret_key_base: 56792feef405a59b18ea7db57b4777e855103882b926413d4afdfb8c0ea8aa86ea6649da4e729c5f5ae324c0ab9338f789174cf48c544173bc18fdc3b14262e4
<<: *maps
staging:
# secret_key_base: ""
server_name: ""
# time_zone: ""
# mailer_delivery_method: :smtp
# smtp_settings:
# :address: "smtp.example.com"
@@ -81,6 +84,7 @@ staging:
preproduction:
# secret_key_base: ""
server_name: ""
# time_zone: ""
# mailer_delivery_method: :smtp
# smtp_settings:
# :address: "smtp.example.com"
@@ -131,6 +135,7 @@ preproduction:
production:
# secret_key_base: ""
server_name: ""
# time_zone: ""
# mailer_delivery_method: :smtp
# smtp_settings:
# :address: "smtp.example.com"