Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AtulRajput01 authored Jun 19, 2023
1 parent c27ef66 commit fad9076
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,16 @@ Open the `.env.sample` file in a text editor.
Provide placeholders for the required environment variables in the `.env.sample` file. Do not include any actual sensitive information in this file. Here's an example of how the `.env.sample` file should look:

```
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_USER: timescaledb
POSTGRES_PASSWORD: postgrespassword
```
Replace `POSTGRES_USER` and `POSTGRES_PASSWORD` with the appropriate variable names specific to your project.
Save the `.env.sample` file.
Before running the project, create a new file named `.env` in the same directory as the `docker-compose.yml` file.
Open the `.env` file and provide the actual values for the environment variables, specific to your setup. For example:
`POSTGRES_USER=myuser`
`POSTGRES_PASSWORD=mypassword`

Replace myuser and mypassword with the actual values you want to use.
Save the `.env` file. Ensure that this file is not committed to version control to protect your sensitive information.
Save the `.gitignore` file. Ensure that this file is not committed to version control to protect your sensitive information.

WarpSQL is a powerful solution that provides opinionated extensions to Postgres, conveniently packaged as a single Docker deployment. It eliminates the need to install multiple separate databases by offering a comprehensive set of features in one place (although not everything, as some features might not be included).

Expand Down

0 comments on commit fad9076

Please sign in to comment.