diff --git a/firefly/live.env.tpl b/firefly/live.env.tpl index 7ce5da3..12cdc15 100644 --- a/firefly/live.env.tpl +++ b/firefly/live.env.tpl @@ -16,7 +16,7 @@ SITE_OWNER=porada@posteo.de # The encryption key for your sessions. Keep this very secure. # Change it to a string of exactly 32 chars or use something like `php artisan key:generate` to generate it. # If you use Docker or similar, you can set this variable from a file by using APP_KEY_FILE -APP_KEY=rIiWv8IH0rkKIaEM4JNh1CS52igXrj4v +APP_KEY=superSecretKeyWith32CharsChangeMe # Firefly III will launch using this language (for new users and unauthenticated visitors) # For a list of available languages: https://github.com/firefly-iii/firefly-iii/tree/main/resources/lang @@ -72,7 +72,7 @@ DB_HOST=firefly-db DB_PORT=3306 DB_DATABASE=fireflydb DB_USERNAME=fireflyuser -DB_PASSWORD=password +DB_PASSWORD=passwordChangeMe # MySQL supports SSL. You can configure it here. # If you use Docker or similar, you can set these variables from a file by appending them with _FILE