mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
Merge pull request #1150 from Joshua-Anderson/typo-fix
Change Postgres to MySQL in MySQL docs.
This commit is contained in:
commit
ddef26a310
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# MySQL
|
||||
|
||||
Drone comes with support for MySQL as an alternate database engine. To enable Postgres, you should specify the following environment variables:
|
||||
Drone comes with support for MySQL as an alternate database engine. To enable MySQL, you should specify the following environment variables:
|
||||
|
||||
```bash
|
||||
DATABASE_DRIVER="mysql"
|
||||
|
|
Loading…
Reference in a new issue