Skip to content

Commit

Permalink
Add database support via SeaORM
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksbgbg committed Feb 3, 2024
1 parent ab3c6ca commit af8a5f5
Show file tree
Hide file tree
Showing 5 changed files with 2,236 additions and 285 deletions.
7 changes: 7 additions & 0 deletions backend-rs/.env.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[config.app]
host = [0, 0, 0, 0]
port = 8601

[config.database]
host = [127, 0, 0, 1]
port = 5432
name = "postgres"
user = "postgres"
password = "123456"
Loading

0 comments on commit af8a5f5

Please sign in to comment.