production: adapter: mysql2 database: redmine host: localhost username: redmine password: "R3dM1n3!!"
Listen 3000 <VirtualHost *:3000> ServerName redmine.kifarunix-demo.com RailsEnv production DocumentRoot /opt/redmine/public
<Directory "/opt/redmine/public"> Allow from all Require all granted </Directory>
ErrorLog ${APACHE_LOG_DIR}/redmine_error.log CustomLog ${APACHE_LOG_DIR}/redmine_access.log combined </VirtualHost>
Source: https://www.redmine.org/projects/redmine/wiki/RedmineInstall