diff --git a/src/template/config/config.hbs b/src/template/config/config.hbs index a1b180d..973129a 100644 --- a/src/template/config/config.hbs +++ b/src/template/config/config.hbs @@ -7,7 +7,7 @@ cors_allow_origin=["https://salvo.rs"] [database] {{#if is_sea_orm_or_sqlx}} {{#if is_postgres}} -database_url=postgresql://liufankai:1@localhost/salvo_demo +database_url="postgresql://liufankai:1@localhost/salvo_demo" {{/if}} {{#if is_sqlite}} database_url="sqlite:data/demo.db"