diff options
| author | Edward <[email protected]> | 2021-03-14 20:09:07 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-14 14:09:07 -0400 |
| commit | 91daa6b9044d6eef4a99eb65ac4d064713dd116e (patch) | |
| tree | 25757fa401c6599ac86864c2b97f5681dea12d4e /public/v4/apps/mysql.yml | |
| parent | 8ed35e268f00be5f97a0f50994a6e8f211edebf1 (diff) | |
| download | caprover-one-click-apps-91daa6b9044d6eef4a99eb65ac4d064713dd116e.tar.gz caprover-one-click-apps-91daa6b9044d6eef4a99eb65ac4d064713dd116e.zip | |
Tidy instructions spelling & spacing (#369)
* tidy up instructions spelling/spacing
* remove spaces in empty lines
Co-authored-by: Edward <[email protected]>
Co-authored-by: Kasra Bigdeli <[email protected]>
Diffstat (limited to 'public/v4/apps/mysql.yml')
| -rw-r--r-- | public/v4/apps/mysql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/mysql.yml b/public/v4/apps/mysql.yml index 7def660..57cc5bf 100644 --- a/public/v4/apps/mysql.yml +++ b/public/v4/apps/mysql.yml @@ -24,7 +24,7 @@ caproverOneClickApp: start: >- MySQL is the world's most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, covering the entire range from personal projects and websites, via e-commerce and information services, all the way to high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more. - After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 3306 to other CapRover apps. + After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 3306 to other CapRover apps. Enter your MySQL Configuration parameters and click on next. It will take about a minute for the process to finish. end: "MySQL is deployed and available as srv-captain--$$cap_appname-db:3306 to other apps. For example with NodeJS, you do 'var con = mysql.createConnection({ host: 'srv-captain--$$cap_appname-db', user: 'root', password: '*********' });'" |
