Files
elwig-www/www/.php/credentials.sample.inc

10 lines
135 B
PHP

<?php
global $GITEA_TOKEN;
global $CREDENTIALS;
$GITEA_TOKEN = 'token';
$CREDENTIALS = [
'username' => ['scope', 'password'],
];