Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Site/ASAB Maestro/Descriptors/asab-pyppeteer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ descriptor:
# For a persistency of the configuration
- "{{SITE}}/{{INSTANCE_ID}}/conf:/conf:ro"


asab:
configname: conf/asab-pyppeteer.conf
config:
pyppeteer:
ignore_certificate_errors: 1
url_white_list: "{{PUBLIC_URL}}"
public_url: "{{PUBLIC_URL}}"

# Points to the internal NGINX
internal_url: http://nginx:8890
url_white_list: http://nginx:8890

nginx:
api: 8895