Fix indentation error inside of yaml example
All checks were successful
continuous-integration/drone/pr Build is passing

The `SCHEMA` key belongs to the `database` map. This commit fixes the indindentation to properly reflect that. Signed-off-by: Flavio Castelli <fcastelli@suse.com>
This commit is contained in:
2020-09-25 10:21:33 +02:00
parent 39d6d9b9d5
commit b9c1660546

View File

@@ -65,7 +65,7 @@ An external Database can be used instead of builtIn postgresql or mysql.
NAME: gitea
USER: root
PASSWD: gitea
SCHEMA: gitea
SCHEMA: gitea
```
### Ports and external url