Commit graph

6 commits

Author SHA1 Message Date
Martin Gruner
5daee104f6 Fixes #5580 - Remove MySQL/MariaDB support 2025-05-22 10:20:30 +02:00
Felix Schäfer
ed6c5d8c27 Closes: #4883 - Remove timeout option from db connection configuration 2023-11-20 13:44:03 +01:00
Thorsten Eckel
5f861c566d Added options for external database server
Database config file has allowed only localhost database server. If you
want to use a database on a different host, you need the ability to set
hostname and port
- for MySQL see:
"https://stackoverflow.com/questions/5872264/correct-mysql-configuration-for-ruby-on-rails-database-yml-file"
- for PostgreSQL see:
"https://gist.github.com/jwo/4512764#file-postgres-database-yml"
2019-12-16 15:17:08 +01:00
Ryan Lue
74597ba566 Comment out default postgres credentials in database.yml 2018-05-17 11:42:44 +08:00
André Bauer
436783703b fixed typos 2018-05-10 12:55:40 +02:00
André Bauer
45854246da some rework on database config, packager.io & cleanup scripts 2018-05-10 12:51:19 +02:00