Skip to content

Commit

Permalink
Update portal.properties-Reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris-Hyve authored Oct 23, 2023
1 parent b98e682 commit b78acee
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/deployment/customization/portal.properties-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,9 @@ db.connection_string_python=
```

Setting that allow a python-specific database connection URL that is different from the connection URL used by Java. This allows, for instance, to migrate the database with different connection properties in the docker entry point script.
Setting that allows a python-specific database connection URL which is different from the connection URL used by Java. This allows, for instance, to migrate the database with different connection properties in the docker entry point script.

The format of the `db.connection_string_python` is:

```
jdbc:mysql://localhost:3306/cbiodb
```
The format of the `db.connection_string_python` is identical to `db.connection_string`

## cBioPortal Customization

Expand Down

0 comments on commit b78acee

Please sign in to comment.