Skip to content

Commit

Permalink
fix: generate config database_url error
Browse files Browse the repository at this point in the history
  • Loading branch information
peanut-cc committed Dec 11, 2023
1 parent 8377e27 commit 8f668d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template/config/config.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8f668d2

Please sign in to comment.