Sha256: 25182491ee75ff9e942e157835a62c840d08e72afd02cc927ae593788e9200e1
Contents?: true
Size: 546 Bytes
Versions: 71
Compression:
Stored size: 546 Bytes
Contents
export postgresql_database='%%DATABASE.NAME%%' export postgresql_database_test='%%DATABASE.NAME%%_test' export postgresql_user='%%DATABASE.USERNAME%%' export postgresql_password='%%DATABASE.PASSWORD%%' export rvm_ruby='ruby-%%RUBY.VERSION%%' export redmine_git_hosting_ssh_key_name=redmine_git_hosting_id if [ '%%WEB.SCHEME%%' == 'https' ]; then export address_https='true' else export address_https='false' fi export address_host='%%WEB.AUTHORITY%%' export address_path='%%WEB.PATH%%' export git_repositories_hierarchical_organisation=false
Version data entries
71 entries across 71 versions & 1 rubygems