mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 17:18:04 +02:00
WebAuthn registration completed
This commit is contained in:
parent
3684970ff9
commit
810d0cc7d1
6 changed files with 166 additions and 80 deletions
|
@ -13,6 +13,7 @@ return [
|
|||
'name' => $_ENV['APP_NAME'] ?? 'CP',
|
||||
'url' => $_ENV['APP_URL'] ?? 'http://localhost',
|
||||
'domain' => $_ENV['APP_DOMAIN'] ?? 'example.com',
|
||||
'root' => $_ENV['APP_ROOT'] ?? '/var/www/cp',
|
||||
'timezone' => $_ENV['TIME_ZONE'] ?? 'UTC',
|
||||
'default' => $_ENV['DB_DRIVER'] ?? 'mysql',
|
||||
'connections' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue