mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
https
This commit is contained in:
parent
e1f8d0bbbc
commit
771dd92a14
2 changed files with 2 additions and 2 deletions
2
.env
2
.env
|
|
@ -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
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
processIsolation="false"
|
||||
stopOnFailure="false"
|
||||
stopOnFailure="true"
|
||||
>
|
||||
<extensions>
|
||||
<extension class="Appwrite\Tests\TestHook" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue