access: Move /access to access.elwig.at
This commit is contained in:
@ -2,8 +2,6 @@
|
||||
global $GITEA_TOKEN;
|
||||
global $CREDENTIALS;
|
||||
global $CLIENT_CREDENTIALS;
|
||||
global $CLIENT_ACCESS;
|
||||
global $COMBINED_ACCESS;
|
||||
|
||||
$GITEA_TOKEN = 'token';
|
||||
|
||||
@ -16,17 +14,3 @@ $CLIENT_CREDENTIALS = [
|
||||
'username' => 'password',
|
||||
],
|
||||
];
|
||||
|
||||
$CLIENT_ACCESS = [
|
||||
'WGX' => [
|
||||
'name' => 'Winzergenossenschaft',
|
||||
'api' => 'https://example.com/elwig/api/v1',
|
||||
],
|
||||
];
|
||||
|
||||
$COMBINED_ACCESS = [
|
||||
'HOLDING' => [
|
||||
'name' => 'Name',
|
||||
'clients' => ['WGX'],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user