summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjackycute2015-09-25 10:39:09 +0800
committerjackycute2015-09-25 10:39:09 +0800
commit0d8a1129422e4f0e208ad6567e67adffae6af51e (patch)
tree462c2200149c36a93c4e5656f247aa0d3944e8a6 /README.md
parent6e40df288786f03b634ceae0d03c3b5b3ad43660 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index aa051e9b..7e238a12 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,8 @@ Environment variables
| variables | example values | description |
| --------- | ------ | ----------- |
| NODE_ENV | `production` or `development` | show current environment status |
-| DATABASE_URL | `postgresql://localhost:5432/hackmd` | PostgreSQL connection string |
-| MONGOLAB_URI | `mongodb://localhost/hackmd` | MongoDB connection string |
+| DATABASE_URL | `postgresql://user:pass@host:port/hackmd` | PostgreSQL connection string |
+| MONGOLAB_URI | `mongodb://user:pass@host:port/hackmd` | MongoDB connection string |
| PORT | `80` | web port |
| SSLPORT | `443` | ssl web port |
| DOMAIN | `localhost` | domain name |
@@ -84,8 +84,8 @@ Server-side config.js settings
| sslcertpath | `./cert/hackmd_io.crt` | ssl cert path |
| sslcapath | `['./cert/COMODORSAAddTrustCA.crt']` | ssl ca chain |
| tmppath | `./tmp/` | temp file path |
-| postgresqlstring | `postgresql://localhost:5432/hackmd` | PostgreSQL connection string, fallback to this when not set in environment |
-| mongodbstring | `mongodb://localhost/hackmd` | MongoDB connection string, fallback to this when not set in environment |
+| postgresqlstring | `postgresql://user:pass@host:port/hackmd` | PostgreSQL connection string, fallback to this when not set in environment |
+| mongodbstring | `mongodb://user:pass@host:port/hackmd` | MongoDB connection string, fallback to this when not set in environment |
| sessionname | `connect.sid` | cookie session name |
| sessionsecret | `secret` | cookie session secret |
| sessionlife | `14 * 24 * 60 * 60 * 1000` | cookie session life |
@@ -102,4 +102,4 @@ Which make concurrent editing safe and not break up other users' operations.
Even more, now can show other clients' selections.
See more at http://operational-transformation.github.io/
-**License under MIT.** \ No newline at end of file
+**License under MIT.**