password firefly

This commit is contained in:
mathieu 2024-05-26 20:45:10 +02:00
parent 37de6f2b29
commit e7ff1572cd
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
MYSQL_RANDOM_ROOT_PASSWORD=yes MYSQL_RANDOM_ROOT_PASSWORD=yes
MYSQL_USER=firefly MYSQL_USER=firefly
MYSQL_PASSWORD=secret_firefly_password MYSQL_PASSWORD=ZkncfDR8
MYSQL_DATABASE=firefly MYSQL_DATABASE=firefly

View File

@ -22,7 +22,7 @@ APP_KEY=SomeRandomStringOf32CharsExactly
# For a list of available languages: https://github.com/firefly-iii/firefly-iii/tree/main/resources/lang # For a list of available languages: https://github.com/firefly-iii/firefly-iii/tree/main/resources/lang
# #
# If text is still in English, remember that not everything may have been translated. # If text is still in English, remember that not everything may have been translated.
DEFAULT_LANGUAGE=en_US DEFAULT_LANGUAGE=fr_FR
# The locale defines how numbers are formatted. # The locale defines how numbers are formatted.
# by default this value is the same as whatever the language is. # by default this value is the same as whatever the language is.
@ -88,7 +88,7 @@ DB_HOST=db
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=firefly DB_DATABASE=firefly
DB_USERNAME=firefly DB_USERNAME=firefly
DB_PASSWORD=secret_firefly_password DB_PASSWORD=ZkncfDR8
# leave empty or omit when not using a socket connection # leave empty or omit when not using a socket connection
DB_SOCKET= DB_SOCKET=

View File