Open port 8069 for camper.tandem.ws

This way i can expose that port when testing webhooks and stuff.
This commit is contained in:
jordi fita mas 2024-02-15 16:36:31 +01:00
parent a159bc75f0
commit 6c14973076
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ values ('09184122-b276-4be2-9553-e4bbcbafe40d', 'El pont de Llierca, S.L.', 'ESB
insert into company_host (company_id, host)
values (52, 'localhost:8080')
, (52, 'camper.tandem.ws')
, (52, 'camper.tandem.ws:8069')
;
insert into company_user (company_id, user_id, role)