Skip to content

Commit

Permalink
Connect to database and run migrations
Browse files Browse the repository at this point in the history
Use SeaORM to interface with PostgreSQL.
  • Loading branch information
Aleksbgbg committed Feb 5, 2024
1 parent a45d9eb commit 80e507e
Show file tree
Hide file tree
Showing 8 changed files with 2,495 additions and 265 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 = "streamfox"
user = "postgres"
password = "123456"
Loading

0 comments on commit 80e507e

Please sign in to comment.