Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release-v2.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Breedlove committed Oct 19, 2015
2 parents c5f1da7 + 7200f64 commit 96e182a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
3 changes: 3 additions & 0 deletions ansible/roles/pss/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ pss_secret_key_base: 9d0c334e9aa3d80e27ff0f9a370c21611cbbf80db7206ed19c48081d8bc
# settings.local.yml values
pss_devise_mail_sender: [email protected]
pss_frontend_url: http://example.org
pss_exhibitions_url: http://example.org
pss_wordpress_url: http://example.org
pss_app_scheme: http://
pss_app_host: local.dp.la
pss_aws_region: us-east-1
Expand All @@ -22,3 +24,4 @@ pss_zencoder_api_key: OVERRIDE-THIS
pss_zencoder_notification_user: OVERRIDE-THIS
pss_zencoder_notification_pass: OVERRIDE-THIS
pss_zencoder_s3_credentials_name: false
pss_contact_email: [email protected]
8 changes: 8 additions & 0 deletions ansible/roles/pss/templates/settings.local.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ devise:
frontend:
url: {{ pss_frontend_url }}

wordpress:
url: {{ pss_wordpress_url }}

exhibitions:
url: {{ pss_exhibitions_url }}

app_scheme: {{ pss_app_scheme }}
app_host: {{ pss_app_host }}

Expand All @@ -27,3 +33,5 @@ zencoder:

googleanalytics:
tracker: {{ google_analytics_property_id }}

contact_email: {{ pss_contact_email }}

0 comments on commit 96e182a

Please sign in to comment.