1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

disable auth for writing

This commit is contained in:
Damodar Lohani 2021-05-11 17:06:55 +05:45
parent 4170eaa45a
commit dc92498d93

View file

@ -63,7 +63,9 @@ App::init(function ($utopia, $request, $response, $console, $project, $consoleDB
],
'domain' => $domain->get(),
];
Authorization::disable();
$dbDomain = $consoleDB->createDocument($dbDomain);
Authorization::enable();
Console::info('Issuing a TLS certificate for the master domain (' . $domain->get() . ') in 30 seconds.
Make sure your domain points to your server IP or restart your Appwrite server to try again.'); // TODO move this to installation script