Skip to content

Commit

Permalink
Fixed json parsing in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoyon committed Oct 29, 2024
1 parent 171eb3c commit 954097c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/source/version-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ To connect to your previous mysql database, the changes needed are :

### Old format (pre 4.1.4)
```json
...
"SQL_ALCHEMY_DATABASE": {
"HOST" : "127.0.0.1",
"PORT" : 3306,
Expand All @@ -26,12 +25,10 @@ To connect to your previous mysql database, the changes needed are :
"DATABASE_NAME": "sostrades-log",
"SSL": false
},
...
```

### New format (post 4.1.4)
```json
...
"SQL_ALCHEMY_DATABASE": {
"CONNECT_ARGS": {
"ssl": false,
Expand All @@ -55,5 +52,4 @@ To connect to your previous mysql database, the changes needed are :
"PASSWORD": "LOG_PASSWORD"
}
},
...
```

0 comments on commit 954097c

Please sign in to comment.