Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 78ea118

Browse files
authored
Change MariaDB to PostgreSQL
1 parent 292c1cd commit 78ea118

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Whether you are using Docker or not, you will need to have the following install
3131

3232
### Non-Docker
3333

34-
1. Install [MariaDB](https://mariadb.org/download/)
34+
1. Install [PostgreSQL](https://www.postgresql.org/download/)
3535
2. Create a new database, and a user that has full access to that database
3636
3. Create a `.env` file in the root of the project with the following contents:
3737

3838
```env
39-
DATABASE_URL=[URL to your MariaDB database]
40-
DATABASE_USERNAME=[Your MariaDB username]
41-
DATABASE_PASSWORD=[Your MariaDB password]
42-
DATABASE_NAME=[Your MariaDB database name]
39+
DATABASE_URL=[URL to your Postgres database]
40+
DATABASE_USERNAME=[Your Postgres username]
41+
DATABASE_PASSWORD=[Your Postgres password]
42+
DATABASE_NAME=[Your Postgres database name]
4343
```
4444

4545
4. Run the project with `cargo run`.

0 commit comments

Comments
 (0)