Changeset 3080489
- Timestamp:
- 05/02/2024 04:29:16 PM (2 years ago)
- Location:
- useraccesshub/trunk
- Files:
-
- 2 added
- 1 edited
-
README.txt (modified) (4 diffs)
-
phpstan.neon (added)
-
src/class-options.php (added)
Legend:
- Unmodified
- Added
- Removed
-
useraccesshub/trunk/README.txt
r3080486 r3080489 51 51 In many cases, the configuration that exists in the database will need to be overridden. The case of different config values for different environments springs to mind. This can be accomplished by overriding the configuration in a wp-config.php file: 52 52 53 ``` php53 ``` 54 54 define( 'USERACCESSHUB_ALLOW_LOCAL', true ); 55 55 define( 'USERACCESSHUB_API_KEY', 'string' ); … … 69 69 This WP CLI command will enable the handshake endpoint so a site can be reconnected with the Hub. 70 70 71 ``` bash71 ``` 72 72 wp enable-handshake 73 73 ``` … … 77 77 This WP CLI command will disable the handshake endpoint. 78 78 79 ``` bash79 ``` 80 80 wp disable-handshake 81 81 ``` … … 85 85 This WP CLI command will re-generate the API key used for the handshake. 86 86 87 ``` bash87 ``` 88 88 wp regenerate-api-key 89 89 ```
Note: See TracChangeset
for help on using the changeset viewer.