-
Notifications
You must be signed in to change notification settings - Fork 0
Settings
Jürg Hunziker edited this page Jun 22, 2017
·
1 revision
The following settings can be set in the wp-config.php file:
- Constant:
ROKKA_COMPANY_NAME - Example:
define( 'ROKKA_COMPANY_NAME', 'my-company' );
- Constant:
ROKKA_API_KEY - Example:
define( 'ROKKA_API_KEY', 'MY1SECRET2API3KEY4' );
- Constant:
ROKKA_STACK_PREFIX - Example:
define( 'ROKKA_STACK_PREFIX', 'wp-' );
The following settings should only be changed if you have a special setup of rokka.
- Constant:
ROKKA_DOMAIN(default:rokka.io) - Example:
define( 'ROKKA_DOMAIN', 'my-domain.io' );
- Constant:
ROKKA_SCHEME(default:https) - Example:
define( 'ROKKA_SCHEME', 'http' );