Admin: move deploy flow into settings and use secrets file
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'admin_token' => 'CHANGE_ME_TO_LONG_RANDOM_TOKEN',
|
||||
'basic_auth_user' => '',
|
||||
'basic_auth_pass' => '',
|
||||
'allowed_admin_ips' => [
|
||||
// '1.2.3.4',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user