1
0
Fork 0

Set beehive_canonical_url by itself

Can't reuse beehive_bind variable, since we may want to use a domain.
This commit is contained in:
Daniele Tricoli 2020-09-20 01:46:20 +02:00
parent fad78ed4d0
commit ee8b168c1a
1 changed files with 2 additions and 1 deletions

View File

@ -15,4 +15,5 @@ beehive_download_url: "https://github.com/muesli/beehive/releases/download/{{ be
beehive_dir: /srv/beehive
beehive_bind: 127.0.0.1:8181
beehive_canonical_url: "http://{{ beehive_bind }}"
# Can't reuse beehive_bind variable, since we may want to use a domain.
beehive_canonical_url: "http://127.0.0.1:8181"