Files
elwig-sync/www/.php/credentials.sample.inc
2025-05-03 16:15:32 +02:00

14 lines
191 B
PHP

<?php
global $CREDENTIALS;
global $CLIENT_CREDENTIALS;
$CREDENTIALS = [
'username' => 'password',
];
$CLIENT_CREDENTIALS = [
'name' => [
'username' => 'password',
],
];