Edit live.env.tpl
This commit is contained in:
parent
dc501f2f2f
commit
650014a432
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user