File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ $databases = [
1919];
2020
2121return [
22- 'application' => [
22+ 'application' => [
2323 'name' => 'DotKernel API',
2424 'url' => $baseUrl,
2525 'versioning' => [
2626 'documentation_url' => 'https://docs.dotkernel.org/api-documentation/v5/core-features/versioning',
2727 ],
2828 ],
29- 'authentication' => [
29+ 'authentication' => [
3030 'private_key' => [
3131 'key_or_path' => getcwd() . '/data/oauth/private.key',
3232 'key_permissions_check' => false,
@@ -45,15 +45,15 @@ return [
4545 'message' => 'Invalid credentials.',
4646 ],
4747 ],
48- 'databases' => $databases,
49- 'doctrine' => [
50- 'connection' => [
48+ 'databases' => $databases,
49+ 'doctrine' => [
50+ 'connection' => [
5151 'orm_default' => [
5252 'params' => $databases['default'],
5353 ],
5454 ],
5555 ],
56- 'uploads' => [
56+ 'uploads' => [
5757 'user' => [
5858 'url' => $baseUrl . '/uploads/user',
5959 'path' => realpath(__DIR__ . '/../../public/uploads/user'),
You can’t perform that action at this time.
0 commit comments