Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
cypht/modules/wordpress/wordpress.ini
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
13 lines (13 sloc)
376 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Constants used for oauth2 communication with WordPress.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 ! | |
; | |
[wordpress.com] | |
client_id= | |
client_secret= | |
client_uri= |