'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' => '85ead718d99243d4c0c5f60453e7cfb2', 'length' => '32', 'alphabet' => 'abcdefghjkmnpqrstuvwxyzABCDEFGHJKMNPQRSTUVWXYZ123456789' ], 'invite' => [ 'salt' => '85ead718d99243d4c0c5f60453e7cfb2', 'length' => '6', 'alphabet' => 'abcdefghjkmnpqrstuvwxyzABCDEFGHJKMNPQRSTUVWXYZ123456789' ], ], ];