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:
parent
56097980c8
commit
bb5a5f9c3c
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue