doc: update example in readme

This commit is contained in:
Dmitriy Pleshevskiy 2020-01-07 22:36:50 +03:00
parent f92b7c0c8c
commit 925d1b39a0
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ use std::env;
config! { config! {
DEBUG: bool => true, DEBUG: bool => true,
HOST: String => "127.0.0.1".to_string(), HOST: String => "127.0.0.1",
DATABASE_URL < ( DATABASE_URL < (
"postgres://", "postgres://",

View file

@ -14,7 +14,7 @@ use std::env;
config! { config! {
DEBUG: bool => true, DEBUG: bool => true,
HOST: String => "127.0.0.1".to_string(), HOST: String => "127.0.0.1",
DATABASE_URL < ( DATABASE_URL < (
"postgres://", "postgres://",