Fixed typo in DATABASE_URL env in debian installation guide

Fixes issue #592
This commit is contained in:
Jan Böhmer 2024-04-15 23:42:44 +02:00
parent 767de1dd65
commit 4aecfaf4e0

View file

@ -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): 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: 5. Create the database schema with: