Changed bluesky domain naming

This commit is contained in:
2025-05-17 10:51:06 +02:00
parent d51be05d83
commit 7756bbfd62
4 changed files with 9 additions and 9 deletions

View File

@@ -10,8 +10,8 @@
domain: "{{ item.domain }}"
http_port: "{{ item.http_port }}"
loop:
- { domain: domains.[application_id]['api'], http_port: ports.localhost.http.bluesky_api }
- { domain: domains.[application_id]['web'], http_port: ports.localhost.http.bluesky_web }
- { domain: domains.[application_id].api, http_port: ports.localhost.http.bluesky_api }
- { domain: domains.[application_id].web, http_port: ports.localhost.http.bluesky_web }
# The following lines should be removed when the following issue is closed:
# https://github.com/bluesky-social/pds/issues/52