mirror of
https://github.com/Floriansylvain/CineAllo.git
synced 2026-08-19 11:43:24 +02:00
📝 - Changed URL formatting
This commit is contained in:
@@ -6,10 +6,7 @@
|
||||
- MYSQL_ROOT_PASSWORD
|
||||
- CINEALLO_PORT
|
||||
|
||||
``DATABASE_URL`` shoud look like this:
|
||||
```html
|
||||
mysql://root:<MYSQL_ROOT_PASSWORD>@db:3306/<MYSQL_DATABASE>
|
||||
```
|
||||
``DATABASE_URL`` shoud look like this: ``mysql://root:<MYSQL_ROOT_PASSWORD>@db:3306/<MYSQL_DATABASE>``
|
||||
## Usage
|
||||
### Docker
|
||||
```bash
|
||||
@@ -22,4 +19,4 @@ npm ci
|
||||
```
|
||||
```bash
|
||||
npm run start
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user