-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.php
32 lines (25 loc) · 828 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/** GitHub Repository name */
define( 'HVG_GITHUB_REPOSITORY_NAME', 'YOUR_PLUGIN_REPO_NAME' );
/**
* GitHub Username.
*
* Add username if it is a personal repo.
* For organisation make it empty. There is no need.
*/
define( 'HVG_GITHUB_USERNAME', 'YOUR_GITHUB_USERNAME' );
/**
* GitHub Organisation.
*
* Add organisation if repo belongs to an organisation.
* For personal repo make it empty. There is no need.
*/
define( 'HVG_GITHUB_ORGANISATION', 'YOUR_GITHUB_ORGANISATION' );
/** GitHub AccessToken */
define( 'HVG_GITHUB_ACCESSTOKEN', 'YOUR_GITHUB_ACCESSTOKEN' );
/** Set Auto-update */
define( 'HVG_AUTO_UPDATE', false );
/** Set Minor auto-update tag */
define( 'HVG_PRE_RELEASE_VERSION_TAG', '-beta' );
/** Set Update key */
define( 'HVG_UPDATE_KEY', 'xHVGds94iqwtkrp2x5cq4' ); // Can set your own.