File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ $databases = [
19
19
];
20
20
21
21
return [
22
- 'application' => [
22
+ 'application' => [
23
23
'name' => 'DotKernel API',
24
24
'url' => $baseUrl,
25
25
'versioning' => [
26
26
'documentation_url' => 'https://docs.dotkernel.org/api-documentation/v5/core-features/versioning',
27
27
],
28
28
],
29
- 'authentication' => [
29
+ 'authentication' => [
30
30
'private_key' => [
31
31
'key_or_path' => getcwd() . '/data/oauth/private.key',
32
32
'key_permissions_check' => false,
@@ -45,15 +45,15 @@ return [
45
45
'message' => 'Invalid credentials.',
46
46
],
47
47
],
48
- 'databases' => $databases,
49
- 'doctrine' => [
48
+ 'databases' => $databases,
49
+ 'doctrine' => [
50
50
'connection' => [
51
51
'orm_default' => [
52
52
'params' => $databases['default'],
53
53
],
54
54
],
55
55
],
56
- 'uploads' => [
56
+ 'uploads' => [
57
57
'user' => [
58
58
'url' => $baseUrl . '/uploads/user',
59
59
'path' => realpath(__DIR__ . '/../../public/uploads/user'),
You can’t perform that action at this time.
0 commit comments