diff options
Diffstat (limited to 'solo.json')
-rw-r--r-- | solo.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solo.json b/solo.json index e7705b2900a..f119ea8b7dc 100644 --- a/solo.json +++ b/solo.json @@ -4,7 +4,7 @@ "url": "http://example.com/", "email_from": "gitlab@example.com", "support_email": "support@example.com", - "database_adapter": "mysql or postgresql", + "database_adapter": "postgresql", "database_password": "database password used by the GitLab application", "repository": "clone URL for e.g. GitLab Enterprise Edition; omit this line to use Community Edition", "revision": "branch or tag or SHA1 to install a specific version of GitLab, e.g. 6-4-stable" |