Skip to content

Commit

Permalink
cli: resolve typo in host command (#391)
Browse files Browse the repository at this point in the history
Signed-off-by: Darron Froese <darron@froese.org>
  • Loading branch information
darron authored and arekkas committed Mar 11, 2017
1 parent 4722b8c commit a910a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ CORE CONTROLS
- DATABASE_URL: A URL to a persistent backend. Hydra supports various backends:
- None: If DATABASE_URL is empty, all data will be lost when the command is killed.
- Postgres: If DATABASE_URL is a DSN starting with postgres:// PostgreSQL will be used as storage backend.
Example: DATABASE_URL=rethinkdb://user:password@host:123/database
Example: DATABASE_URL=postgres://user:password@host:123/database
If PostgreSQL is not serving TLS, append ?sslmode=disable to the url:
DATABASE_URL=rethinkdb://user:password@host:123/database?sslmode=disable
DATABASE_URL=postgres://user:password@host:123/database?sslmode=disable
- MySQL: If DATABASE_URL is a DSN starting with mysql:// MySQL will be used as storage backend.
Example: DATABASE_URL=mysql://user:password@tcp(host:123)/database?parseTime=true
Expand Down

0 comments on commit a910a35

Please sign in to comment.