File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 5
5
|--------------------------------------------------------------------------
6
6
| Wink Database Connection
7
7
|--------------------------------------------------------------------------
8
+ |
8
9
| This is the database connection you want Wink to use while storing &
9
10
| reading your content. By default Wink assumes you've prepared a
10
11
| new connection called "wink". However, you can change that
11
12
| to anything you want.
13
+ |
12
14
*/
13
15
14
16
'database_connection ' => env ('WINK_DB_CONNECTION ' , 'wink ' ),
17
19
|--------------------------------------------------------------------------
18
20
| Wink Uploads Disk
19
21
|--------------------------------------------------------------------------
22
+ |
20
23
| This is the storage disk Wink will use to put file uploads, you can use
21
24
| any of the disks defined in your config/filesystems.php file. You may
22
25
| also configure the path where the files should be stored.
26
+ |
23
27
*/
24
28
25
29
'storage_disk ' => env ('WINK_STORAGE_DISK ' , 'local ' ),
You can’t perform that action at this time.
0 commit comments