setIssuer('Machines Frogeye'); $GIT_APIS = array( 'github' => array( 'api' => 'https://api.github.com', 'token' => 'CHANGEME' ), 'gogs' => array( 'api' => 'https://try.gogs.io/api/v1', 'token' => 'CHANGEME' ), 'gitlab' => array( 'api' => 'https://gitlab.com/api/v3', 'token' => 'CHANGEME', 'authHeader' => 'PRIVATE-TOKEN: ', ), ); ?>