Skip to content

Commit

Permalink
Attempt to fix documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoyon committed Oct 29, 2024
1 parent 7bf71d5 commit 171eb3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/version-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 +26,12 @@ 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 +55,5 @@ To connect to your previous mysql database, the changes needed are :
"PASSWORD": "LOG_PASSWORD"
}
},
[...]
...
```

0 comments on commit 171eb3c

Please sign in to comment.