Added Messenger plugin.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-27 22:36:26 +01:00
parent 054ddb0f4f
commit 18a64f6d16
59 changed files with 2502 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
production:
adapter: postgresql
host: localhost
database: redmine
username: postgres
password: postgres
encoding: utf8
development:
adapter: postgresql
host: localhost
database: redmine
username: postgres
password: postgres
encoding: utf8
test:
adapter: postgresql
host: localhost
database: redmine
username: postgres
password: postgres
encoding: utf8