Rework everything
This commit is contained in:
16
www/.php/credentials.sample.inc
Normal file
16
www/.php/credentials.sample.inc
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
global $GITEA_TOKEN;
|
||||
global $CREDENTIALS;
|
||||
global $CLIENT_CREDENTIALS;
|
||||
|
||||
$GITEA_TOKEN = 'token';
|
||||
|
||||
$CREDENTIALS = [
|
||||
'username' => 'password',
|
||||
];
|
||||
|
||||
$CLIENT_CREDENTIALS = [
|
||||
'name' => [
|
||||
'username' => 'password',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user