initial commit
This commit is contained in:
commit
b65642cd0a
18 changed files with 1543 additions and 0 deletions
25
config.example.php
Normal file
25
config.example.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'domain' => 'lefuturiste.fr',
|
||||
'modules' => [
|
||||
'random' => [],
|
||||
'date' => [
|
||||
'alias' => ['printdate']
|
||||
],
|
||||
'httpbin' => [],
|
||||
'printip' => [
|
||||
'alias' => ['ip', 'getip']
|
||||
],
|
||||
'quicknote' => [
|
||||
'auth' => true
|
||||
],
|
||||
'quickupload' => [
|
||||
'auth' => true
|
||||
],
|
||||
'logator' => []
|
||||
],
|
||||
'auth' => [
|
||||
'root' => 'password'
|
||||
]
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue