mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-23 01:16:18 +00:00
Fix a typo in the default mysql connection string
This commit is contained in:
parent
80e9e40248
commit
c334a14d69
@ -3,7 +3,7 @@
|
|||||||
; See ths 'schema' folder for schema creation scripts
|
; See ths 'schema' folder for schema creation scripts
|
||||||
database_uri = sqlite:////var/supysonic/supysonic.db
|
database_uri = sqlite:////var/supysonic/supysonic.db
|
||||||
; Other database options. They all use 'supysonic' as the user, password, and database name
|
; Other database options. They all use 'supysonic' as the user, password, and database name
|
||||||
; database_uri = mysql://supysonic:supysonic@localhost/supyonic
|
; database_uri = mysql://supysonic:supysonic@localhost/supysonic
|
||||||
; database_uri = postgres://supysonic:supysonic@localhost/supysonic
|
; database_uri = postgres://supysonic:supysonic@localhost/supysonic
|
||||||
|
|
||||||
; Optional, restrict scanner to these extensions
|
; Optional, restrict scanner to these extensions
|
||||||
|
Loading…
Reference in New Issue
Block a user