server/.config/constants.php
Ryan McCue 3e7bc6e67b Initial export of the repository
Signed-off-by: Ryan McCue <me@ryanmccue.info>
2025-06-05 11:48:47 +02:00

8 lines
267 B
PHP

<?php
define( 'HM_BASIC_AUTH_USER', 'openwebff' );
define( 'HM_BASIC_AUTH_PW', 'wither-nodding-dues-morals-splat' );
// GlotPress configuration.
define( 'GP_URL_BASE', '/' );
define( 'GP_TMPL_PATH', dirname( __DIR__ ) . '/content/plugins/f-translate/templates/' );