Skip to content

Commit

Permalink
Updated end details
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyManda committed Nov 13, 2023
1 parent 8f27731 commit 8973a4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ Or create the .env file manually at the root of the application.

2. open databse.yml file and Find the default: &default section in the file and copy the credentials into your .env file:

```sh
database: jetlogix_backend_production
username: jetlogix_backend
password: <%= ENV["JETLOGIX_BACKEND_DATABASE_PASSWORD"] %>
```
host: localhost
username: your_username
password: your_password
```

### Usage
Expand Down

0 comments on commit 8973a4b

Please sign in to comment.