'main', /* |-------------------------------------------------------------------------- | Hashids Connections |-------------------------------------------------------------------------- | | Here are each of the connections setup for your application. Example | configuration has been included, but you may add as many connections as | you would like. | */ 'connections' => [ 'main' => [ 'salt' => env('HASHIDS_SALT_MAIN'), ], 'playlists' => [ 'salt' => env('HASHIDS_SALT_PLAYLISTS'), ], ], ];