mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: postgres_passwords could be longer feat: able to define postgresql databases from the ui
3 lines
46 B
PHP
3 lines
46 B
PHP
<?php
|
|
|
|
const DATABASE_TYPES = ['postgresql'];
|