mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Fixed typo in DATABASE_URL env in debian installation guide
Fixes issue #592
This commit is contained in:
parent
767de1dd65
commit
4aecfaf4e0
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ exit
|
|||
Change it to the following (you have to replace `YOUR_SECRET_PASSWORD` with the password you have chosen in step 3):
|
||||
|
||||
```
|
||||
DATABASE_URL=DATABASE_URL=mysql://partdb:YOUR_SECRET_PASSWORD@127.0.0.1:3306/partdb
|
||||
DATABASE_URL=mysql://partdb:YOUR_SECRET_PASSWORD@127.0.0.1:3306/partdb
|
||||
```
|
||||
|
||||
5. Create the database schema with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue