Skip to content

Commit

Permalink
add mysql engine config example
Browse files Browse the repository at this point in the history
It's the same as postgresql because of the used backend but an example
prevents some guessing.
  • Loading branch information
mennozon committed Aug 28, 2019
1 parent c7c9bf0 commit 84026e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/backy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ type: backy2.meta_backends.sql
# sqlite:////path/to/sqlitefile
# postgresql:///database
# postgresql://user:password@host:port/database
# mysql://user:password@host:port/database
engine: sqlite:////var/lib/backy2/backy.sqlite


Expand Down

0 comments on commit 84026e4

Please sign in to comment.