You may need to connect to your platform's database for some reason. To do so, navigate to 'Infrastructure'. Then scroll to find your database credentials:
- Address – the hostname of the database server
- User – the database user
- Password – the database password
- Base – the name of the database you'll have to connect to. Keep in mind that we use the following naming convention for every database: [PROJECT_CODE]_[ENVIRONMENT_CODE]_[APPLICATION_NAME].
Depending on your environment's configuration, you may also be able to connect to the database using the 'Connect to database' button. You'll be redirected to a web-based database management tool.