1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

Update config-sample.php

This commit is contained in:
ericgaspar 2022-02-27 11:36:47 +01:00
parent 56097980c8
commit bb5a5f9c3c

View file

@ -39,6 +39,8 @@ define( 'YOURLS_DB_PREFIX', 'yourls_' );
** To use an IDN domain (eg http://héhé.com), write its ascii form here (eg http://xn--hh-bjab.com) */
define( 'YOURLS_SITE', 'http://__DOMAIN____PATH__' );
define('YOURLS_ADMIN_SSL', true);
/** YOURLS language
** Change this setting to use a translation file for your language, instead of the default English.
** That translation file (a .mo file) must be installed in the user/language directory.