diff options
| author | Kasra Bigdeli <[email protected]> | 2020-04-05 12:30:04 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-04-05 12:30:04 -0400 |
| commit | 931d411d2fb6fc15af967ea842c7a9abbfcd3b1d (patch) | |
| tree | 8934500e1b9c35f344725583910127d3e5ac8c3a | |
| parent | 1ec46526f8dd4c65e5447b9af0b2cf4f904e124d (diff) | |
| download | caprover-one-click-apps-931d411d2fb6fc15af967ea842c7a9abbfcd3b1d.tar.gz caprover-one-click-apps-931d411d2fb6fc15af967ea842c7a9abbfcd3b1d.zip | |
Fixed typo in outline
| -rw-r--r-- | public/v2/apps/outline.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v2/apps/outline.json b/public/v2/apps/outline.json index 565349c..efc5b5f 100644 --- a/public/v2/apps/outline.json +++ b/public/v2/apps/outline.json @@ -73,7 +73,7 @@ }, "instructions": { "start": "Outline is an open, extensible, wiki for your team built using React and Node.js.", - "end": "IMPORTANT: before you start using Outline, you need to \n\n 1) enable HTTPS \n 2) Force HTTPS \n 3) Enable Websocket in $$cap_appname-outline. You can customize more settings by environmental variables described here: https://github.com/outline/outline/blob/0deecfac446c37545e0787b3d32062e608a950ab/.env.sample \n\n IMPORTANT: It will take up to 2 minutes for it to be ready. Before that, you might see a 502 error page.\n" + "end": "IMPORTANT: before you start using Outline, you need to \n\n 1) Enable HTTPS \n 2) Force HTTPS \n 3) Enable Websocket in $$cap_appname-outline. \n\nYou can customize more settings by environmental variables described here: https://github.com/outline/outline/blob/0deecfac446c37545e0787b3d32062e608a950ab/.env.sample \n\n IMPORTANT: It will take up to 2 minutes for it to be ready. Before that, you might see a 502 error page.\n" }, "variables": [{ "id": "$$cap_db_user", |
