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

10 lines
124 B
PHP

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