Skip to content

Commit

Permalink
Merge pull request #7319 from Avishka-Shamendra/master
Browse files Browse the repository at this point in the history
[Master] Remove 'enable_h2_console' config
  • Loading branch information
dushaniw authored Nov 17, 2023
2 parents f1d9112 + 81f87d9 commit 026ff10
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,3 @@ WSO2 products are shipped with scripts for creating the required tables in all t
- [Changing to PostgreSQL]({{base_path}}/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-postgresql)
- [Changing to IBM DB2]({{base_path}}/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-ibm-db2)
- [Changing to MariaDB]({{base_path}}/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-mariadb)

!!! Note

To be able to browse the default H2 database, be sure to add the following configuration to the `deployment.toml` file (stored in the `<API-M_HOME>/repository/conf` directory) and restart the server.

```toml
[database_configuration]
enable_h2_console = true
```

0 comments on commit 026ff10

Please sign in to comment.