mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-06-20 03:02:27 +08:00
12 lines
360 B
PHP
12 lines
360 B
PHP
<?php
|
|
|
|
// Disable writing to the filesystem.
|
|
define( 'DISALLOW_FILE_MODS', true );
|
|
|
|
// GlotPress configuration.
|
|
define( 'GP_URL_BASE', '/' );
|
|
define( 'GP_TMPL_PATH', dirname( __DIR__ ) . '/content/plugins/f-translate/templates/' );
|
|
|
|
// SES configuration.
|
|
define( 'AWS_SES_WP_MAIL_REGION', 'us-east-1' );
|
|
define( 'AWS_SES_WP_MAIL_USE_INSTANCE_PROFILE', true );
|