diff --git a/.env b/.env index bad5514..cddbd9a 100755 --- a/.env +++ b/.env @@ -15,8 +15,9 @@ # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration ###> symfony/framework-bundle ### -APP_ENV=dev +APP_ENV=prod APP_SECRET= +APP_DEBUG=false ###< symfony/framework-bundle ### ###> doctrine/doctrine-bundle ### @@ -37,10 +38,10 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0 ###< symfony/messenger ### ###> symfony/mailer ### -MAILER_DSN=null://null +MAILER_DSN=sendmail://default ###< symfony/mailer ### -BASE_PREFIX= +BASE_PREFIX=kumora DEFAULT_IMAGE=https://camelia-studio.org/v5/images/camelia_studio.png APP_VERSION=1.0.0 GIT_URL=https://git.crystalyx.net/camelia-studio/Kumora diff --git a/templates/profile/index.html.twig b/templates/profile/index.html.twig index e7422a1..01f7f8a 100644 --- a/templates/profile/index.html.twig +++ b/templates/profile/index.html.twig @@ -12,27 +12,27 @@