mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix attribute name
This commit is contained in:
@@ -105,7 +105,7 @@ App::post('/v1/projects')
|
||||
'domains' => null,
|
||||
'auths' => $auths,
|
||||
'databaseSecrets' => [\uniqid() => \bin2hex(OpenSSL::randomPseudoBytes(128))],
|
||||
'jwtSecret' => \bin2hex(OpenSSL::randomPseudoBytes(128)),
|
||||
'jwtSecrets' => \bin2hex(OpenSSL::randomPseudoBytes(128)),
|
||||
'search' => implode(' ', [$projectId, $name]),
|
||||
]));
|
||||
/** @var array $collections */
|
||||
|
||||
Reference in New Issue
Block a user