Skip to content

Commit 0c9e4d3

Browse files
committed
update config file comments
1 parent 1356396 commit 0c9e4d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/wink.php

+4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
|--------------------------------------------------------------------------
66
| Wink Database Connection
77
|--------------------------------------------------------------------------
8+
|
89
| This is the database connection you want Wink to use while storing &
910
| reading your content. By default Wink assumes you've prepared a
1011
| new connection called "wink". However, you can change that
1112
| to anything you want.
13+
|
1214
*/
1315

1416
'database_connection' => env('WINK_DB_CONNECTION', 'wink'),
@@ -17,9 +19,11 @@
1719
|--------------------------------------------------------------------------
1820
| Wink Uploads Disk
1921
|--------------------------------------------------------------------------
22+
|
2023
| This is the storage disk Wink will use to put file uploads, you can use
2124
| any of the disks defined in your config/filesystems.php file. You may
2225
| also configure the path where the files should be stored.
26+
|
2327
*/
2428

2529
'storage_disk' => env('WINK_STORAGE_DISK', 'local'),

0 commit comments

Comments
 (0)