parent
941118d7af
commit
b508b9f6ef
2 changed files with 3 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
* Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281)
|
* Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281)
|
||||||
|
* Update comment in database example config [#7282](https://github.com/diaspora/diaspora/pull/7282)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@ mysql: &mysql
|
||||||
collation: utf8mb4_bin
|
collation: utf8mb4_bin
|
||||||
|
|
||||||
|
|
||||||
# Comment the the mysql line and uncomment the postgres line
|
# Comment the postgresql line and uncomment the mysql line
|
||||||
# if you want to use postgres
|
# if you want to use mysql
|
||||||
common: &common
|
common: &common
|
||||||
# Choose one of the following
|
# Choose one of the following
|
||||||
<<: *postgresql
|
<<: *postgresql
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue