add config example
This commit is contained in:
parent
67fae29fed
commit
8022b77ba7
12
etc/config.example.php
Normal file
12
etc/config.example.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
|
||||
$globalConfig['cloudflare'] = [
|
||||
'email' => 'your@email.com',
|
||||
'api_keys' => 'your_keys',
|
||||
'base_domain' => 'abc.com',
|
||||
'secondary_domain' => 'second.abc.com',
|
||||
];
|
||||
|
||||
$globalConfig['dingtalk_token'] = 'your_token';
|
||||
|
Loading…
x
Reference in New Issue
Block a user