Explorar o código

Updated readme

Andrew Kane %!s(int64=10) %!d(string=hai) anos
pai
achega
5ad99fd489
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -43,7 +43,7 @@ mount Blazer::Engine, at: "blazer"
 For production, specify your database:
 
 ```ruby
-ENV["BLAZER_DATABASE_URL"]
+ENV["BLAZER_DATABASE_URL"] = "postgres://user:password@hostname:5432/database_name"
 ```
 
 It is **highly, highly recommended** to use a read only user.  Keep reading to see how to create one.