Skip to content

Commit

Permalink
Updated readme to show the environment variable. (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Mar 5, 2018
1 parent 7f92d2e commit d894686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ bm_backup_manager:
pass: password
database: test

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

0 comments on commit d894686

Please sign in to comment.