Initial commit
This commit is contained in:
18
www/.php/credentials.sample.inc
Normal file
18
www/.php/credentials.sample.inc
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
global $CLIENT_ACCESS;
|
||||
global $COMBINED_ACCESS;
|
||||
|
||||
$CLIENT_ACCESS = [
|
||||
'WGX' => [
|
||||
'name' => 'Winzergenossenschaft Ort',
|
||||
'short' => 'Ort',
|
||||
'api' => 'https://example.com/elwig/api/v1',
|
||||
],
|
||||
];
|
||||
|
||||
$COMBINED_ACCESS = [
|
||||
'HOLDING' => [
|
||||
'name' => 'Name',
|
||||
'clients' => ['WGX'],
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user