Skip to content

Commit

Permalink
Merge pull request #242 from luxfi/dev/newProd
Browse files Browse the repository at this point in the history
updated: docker
  • Loading branch information
venuswhispers authored Nov 27, 2024
2 parents 412c20b + df6efad commit e4d9b27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ pnpm install (from root or any project subdir)
datasource db {
//provider = "postgresql"
provider = "sqlite"
url = env("POSTGRESQL_URL")
directUrl = env("POSTGRESQL_URL")
url = env("POSTGRES_URL")
directUrl = env("POSTGRES_URL")
}
```

Expand Down Expand Up @@ -141,6 +141,7 @@ The server utilizes environment variables for configuration. Create a .env file
POSTGRESQL_URL=your_postgres_connection_string
GH_USER=your_github_username
GH_TOKEN=your_github_token
LUX_SIGNER=
REPLICAS=number_of_replicas

Ensure that sensitive information is kept secure and not committed to version control.

0 comments on commit e4d9b27

Please sign in to comment.