Files
archived-web-master/github-config.php.sample
Nikita Popov 2a21449000 Move to public/ directory
Move everything that should be accessible from the webserver into
a public/ directory. Previously the document root was the root
of the repository, which is not great.
2021-04-07 12:12:02 +02:00

4 lines
134 B
Plaintext

<?php
define('GITHUB_CLIENT_ID', '0123456789abcdef0123');
define('GITHUB_CLIENT_SECRET', '0123456789abcdef0123456789abcdef01234567');