gitea_webhooks/www/config.php

9 lines
101 B
PHP

<?php
$secret_key['pr'] = '%%SECRETKEY%%';
$recipients = [
'pr' => [
%%RECIPIENTS_PR%%
]
];