Skip to content

Commit

Permalink
update CONTENT_ORIGIN config
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Nov 7, 2024
1 parent dc146ea commit 7d3b249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions playbooks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
httpd_server_certificate: "{{ certificates_ca_directory }}/certs/{{ certificates_server }}.crt"
httpd_server_key: "{{ certificates_ca_directory }}/private/{{ certificates_server }}.key"
pulp_db_password: "CHANGEME"
content_origin: "https://{{ ansible_fqdn }}"
postgresql_databases:
- name: candlepin
owner: candlepin
Expand Down
2 changes: 1 addition & 1 deletion roles/pulp/templates/settings.py.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONTENT_ORIGIN="http://{{ ansible_hostname }}:24816"
CONTENT_ORIGIN="http://{{ ansible_fqdn }}:24816"
CACHE_ENABLED=True
REDIS_HOST="localhost"
REDIS_PORT=6379
Expand Down

0 comments on commit 7d3b249

Please sign in to comment.