Fix meeting join links pointing at the Care domain.
Deploy Ladill Meet / deploy (push) Successful in 43s

Build join URLs from meet.ladill.com config instead of APP_URL, which was still inherited from the Care app template.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-01 10:32:02 +00:00
co-authored by Cursor
parent 4cc4970916
commit 08c4974a31
6 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
</source>
<php>
<env name="APP_KEY" value="base64:2fl+KtvkdphvQyEfm3qXz2Bdm5fH3IOx4EoZ5/R4eJE="/>
<env name="APP_URL" value="https://care.ladill.com"/>
<env name="APP_URL" value="https://meet.ladill.com"/>
<env name="APP_ENV" value="testing"/>
<env name="APP_MAINTENANCE_DRIVER" value="file"/>
<env name="BCRYPT_ROUNDS" value="4"/>