Skip to content

Commit d894686

Browse files
authored
Updated readme to show the environment variable. (#44)
1 parent 7f92d2e commit d894686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ bm_backup_manager:
8282
pass: password
8383
database: test
8484

85-
# If DSN is specified, it will override other values
86-
dsn: 'pgsql://root:[email protected]:5432/test_db'
85+
# You could also use a environment variable
86+
dsn: '%env(resolve:DATABASE_URL)%'
8787
storage:
8888
local:
8989
type: Local

0 commit comments

Comments
 (0)