Skip to content

Commit

Permalink
feat: update production v0252
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Sep 1, 2022
1 parent 0df4cf6 commit 87fdf66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ option_settings:
AWS_ACCESS_KEY_ID: "{{resolve:ssm:/decidim-cfj/production/AWS_ACCESS_KEY_ID:1}}"
AWS_SECRET_ACCESS_KEY: "{{resolve:ssm:/decidim-cfj/production/AWS_SECRET_ACCESS_KEY:1}}"
AWS_CLOUD_FRONT_END_POINT: "{{resolve:ssm:/decidim-cfj/production/AWS_CLOUD_FRONT_END_POINT:1}}"
REDIS_URL: "{{resolve:ssm:/decidim-cfj/production/REDIS_URL:4}}"
REDIS_URL: "{{resolve:ssm:/decidim-cfj/production/REDIS_URL:5}}"
RDS_DB_NAME: "{{resolve:ssm:/decidim-cfj/production/RDS_DB_NAME:1}}"
RDS_HOSTNAME: "{{resolve:ssm:/decidim-cfj/production/RDS_HOSTNAME:3}}"
RDS_HOSTNAME: "{{resolve:ssm:/decidim-cfj/production/RDS_HOSTNAME:4}}"
RDS_USERNAME: "{{resolve:ssm:/decidim-cfj/production/RDS_USERNAME:1}}"
RDS_PASSWORD: "{{resolve:ssm:/decidim-cfj/production/RDS_PASSWORD:1}}"
SECRET_KEY_BASE: "{{resolve:ssm:/decidim-cfj/production/SECRET_KEY_BASE:1}}"
Expand All @@ -14,6 +14,6 @@ option_settings:
SMTP_USERNAME: "{{resolve:ssm:/decidim-cfj/production/SMTP_USERNAME:2}}"
SMTP_PASSWORD: "{{resolve:ssm:/decidim-cfj/production/SMTP_PASSWORD:2}}"
SMTP_DOMAIN: diycities.jp
AWS_BUCKET_NAME: cfj-decidim-v0243
AWS_BUCKET_NAME: cfj-decidim-v0252
RAILS_SKIP_MIGRATIONS: false
DECIDIM_COMMENTS_LIMIT: 30

0 comments on commit 87fdf66

Please sign in to comment.