Skip to content

Commit 5478aee

Browse files
Added the config file
1 parent b8771f5 commit 5478aee

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

config/coreplex.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
return [
4+
5+
'session' => [
6+
7+
'key' => 'coreplex.session',
8+
9+
],
10+
11+
];

0 commit comments

Comments
 (0)