password firefly
This commit is contained in:
parent
37de6f2b29
commit
e7ff1572cd
@ -1,4 +1,4 @@
|
||||
MYSQL_RANDOM_ROOT_PASSWORD=yes
|
||||
MYSQL_USER=firefly
|
||||
MYSQL_PASSWORD=secret_firefly_password
|
||||
MYSQL_PASSWORD=ZkncfDR8
|
||||
MYSQL_DATABASE=firefly
|
@ -22,7 +22,7 @@ APP_KEY=SomeRandomStringOf32CharsExactly
|
||||
# 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.
|
||||
DEFAULT_LANGUAGE=en_US
|
||||
DEFAULT_LANGUAGE=fr_FR
|
||||
|
||||
# The locale defines how numbers are formatted.
|
||||
# by default this value is the same as whatever the language is.
|
||||
@ -88,7 +88,7 @@ DB_HOST=db
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=firefly
|
||||
DB_USERNAME=firefly
|
||||
DB_PASSWORD=secret_firefly_password
|
||||
DB_PASSWORD=ZkncfDR8
|
||||
# leave empty or omit when not using a socket connection
|
||||
DB_SOCKET=
|
||||
|
||||
|
0
vaultwarden/docker-compose.yml
Normal file
0
vaultwarden/docker-compose.yml
Normal file
Loading…
Reference in New Issue
Block a user