First version
This commit is contained in:
8
config.sample.php
Normal file
8
config.sample.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'account' => [
|
||||
'username' => 'foo',
|
||||
'password' => 'bar',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user