Skip to content

Commit

Permalink
Config fixeds
Browse files Browse the repository at this point in the history
  • Loading branch information
nas5w committed Jan 12, 2025
1 parent 9f88bf2 commit bd4c779
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ primary_region = 'iad'
[build]

[deploy]
release_command = 'rush migrate deploy'
release_command = 'rush migrate-deploy'

[http_service]
internal_port = 3000
Expand Down
6 changes: 3 additions & 3 deletions projects/database/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ generator client {
}

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
// directUrl = env("DIRECT_URL")
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_URL")
}

model User {
Expand Down

0 comments on commit bd4c779

Please sign in to comment.