This commit is contained in:
fogelito 2026-02-01 11:55:01 +02:00
parent e1f8d0bbbc
commit 771dd92a14
2 changed files with 2 additions and 2 deletions

2
.env
View file

@ -131,4 +131,4 @@ _APP_FUNCTIONS_CREATION_ABUSE_LIMIT=5000
_APP_STATS_USAGE_DUAL_WRITING_DBS=database_db_main
_APP_TRUSTED_HEADERS=x-forwarded-for
_APP_POOL_ADAPTER=stack
_APP_MIGRATION_ENDPOINT=http://appwrite.test/v1
_APP_MIGRATION_ENDPOINT=https://appwrite.test/v1

View file

@ -6,7 +6,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
stopOnFailure="true"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />