Skip to content

Commit ec36e28

Browse files
committed
Small typo in comment
1 parent 4da56b6 commit ec36e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/defaults.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ provider = file
8181
# postgres: user=a password=b host=localhost port=5432 dbname=c sslmode=disable
8282
# mysql: go-sql-driver/mysql dsn config string, examples:
8383
# `user:password@tcp(127.0.0.1:3306)/database_name`
84-
# `user:password@unix(1/var/run/mysqld/mysqld.sock)/database_name`
84+
# `user:password@unix(/var/run/mysqld/mysqld.sock)/database_name`
8585
# memcache: 127.0.0.1:11211
8686

8787

0 commit comments

Comments
 (0)