clients: Move /clients to sync.elwig.at
This commit is contained in:
@ -1,16 +1,9 @@
|
||||
<?php
|
||||
global $GITEA_TOKEN;
|
||||
global $CREDENTIALS;
|
||||
global $CLIENT_CREDENTIALS;
|
||||
|
||||
$GITEA_TOKEN = 'token';
|
||||
|
||||
$CREDENTIALS = [
|
||||
'username' => 'password',
|
||||
];
|
||||
|
||||
$CLIENT_CREDENTIALS = [
|
||||
'name' => [
|
||||
'username' => 'password',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user