Permalink
Cannot retrieve contributors at this time
; Constants used for oauth2 communication with github.com | |
; | |
; Once you edit this file, you must move it to the directory defined by | |
; app_data_dir in your hm3.ini file. You will also need to re-run the | |
; config_gen.php script. | |
; | |
; SECURITY ALERT ! MAKE SURE THAT THIS FILE IS NOT ACCESSIBLE BY THE BROWSER ! | |
; | |
[github.com] | |
client_id= | |
client_secret= | |
redirect_uri= | |
auth_url="https://github.com/login/oauth/authorize" | |
token_url="https://github.com/login/oauth/access_token" | |