すべてのバージョン
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
The Bamboo database configuration is persisted in the <Bamboo-Home>/bamboo.cfg.xml
file. You can change the database settings by editing this file, as detailed in the instructions below:
If you want to change the database username and password, edit the following line,
<property name="hibernate.connection.password">YOUR_PASSWORD</property> <property name="hibernate.connection.username">YOUR_USERNAME</property>
If you want to change the database URL, edit the following line,
<property name="hibernate.connection.url">DATABASE_URL</property>
Note: You need to restart the Bamboo application server for the changes to take effect.