diff --git a/app/environment.ini b/app/environment.ini index f6fc8f4d..fc7b912b 100644 --- a/app/environment.ini +++ b/app/environment.ini @@ -18,17 +18,20 @@ DB_DNS = mysql:host=localhost;port=3306;dbname= DB_NAME = pathfinder DB_USER = root DB_PASS = + ; EVE-Online CCP Database export DB_CCP_DNS = mysql:host=localhost;port=3306;dbname= DB_CCP_NAME = eve_parallax_min DB_CCP_USER = root DB_CCP_PASS = + ; SMTP settings SMTP_HOST = localhost SMTP_PORT = 25 SMTP_SCHEME = "" SMTP_USER = pathfinder SMTP_PASS = root + SMTP_FROM = pathfinder@localhost.com SMTP_ERROR = pathfinder@localhost.com diff --git a/public/templates/view/index.html b/public/templates/view/index.html index b20f3970..498699a3 100644 --- a/public/templates/view/index.html +++ b/public/templates/view/index.html @@ -49,6 +49,9 @@ {* iOS Safari *} + {* Youtube verification code *} + + diff --git a/public/templates/view/setup.html b/public/templates/view/setup.html index 92a5e3d0..53e8759a 100644 --- a/public/templates/view/setup.html +++ b/public/templates/view/setup.html @@ -484,7 +484,7 @@ - +