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

Made http to https in config.php

This commit is contained in:
Anmol 2017-07-17 08:03:38 +05:30
parent 4e0d28c13e
commit 00d1cdbb00

View file

@ -29,7 +29,7 @@ define( 'YOURLS_DB_PREFIX', 'yourls_' );
/** YOURLS installation URL -- all lowercase and with no trailing slash.
** If you define it to "http://site.com", don't use "http://www.site.com" in your browser (and vice-versa) */
define( 'YOURLS_SITE', 'http://yunodomain_yourlspath' );
define( 'YOURLS_SITE', 'https://yunodomain_yourlspath' );
/** Timezone GMT offset */
define( 'YOURLS_HOURS_OFFSET', 0 );