doc: update example in readme
This commit is contained in:
parent
f92b7c0c8c
commit
925d1b39a0
2 changed files with 2 additions and 2 deletions
|
@ -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://",
|
||||||
|
|
|
@ -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://",
|
||||||
|
|
Reference in a new issue