1.15.0-r0 release

Update ghost to 1.15.0
This commit is contained in:
Bitnami Bot
2017-10-24 09:29:07 +00:00
parent 697d17a672
commit 1c359f28c0
2 changed files with 4 additions and 4 deletions

View File

@@ -231,7 +231,7 @@ Available variables:
- `GHOST_HOST`: Hostname for Ghost.
- `GHOST_PORT_NUMBER`: Port number used in the generated application URLs. Default: **80**
- `GHOST_USERNAME`: Ghost application username. Default: **user**
- `GHOST_PASSWORD`: Ghost application password. Default: **bitnami1**
- `GHOST_PASSWORD`: Ghost application password. Minimum length is 10 characters. Default: **bitnami123**
- `GHOST_EMAIL`: Ghost application email. Default: **user@example.com**
- `BLOG_TITLE`: Ghost blog title. Default: **User's Blog**
- `MARIADB_USER`: Root user for the MariaDB database. By default: root.