Sha256: 693ad87b529b93afe334d088f36fe4fe11a9af294fb48b4b071a7c2f3f54ac3e
Contents?: true
Size: 835 Bytes
Versions: 9
Compression:
Stored size: 835 Bytes
Contents
# Git Hosting export redmine_git_hosting_ssh_key_name=redmine_git_hosting_id export git_repositories_hierarchical_organisation=false # Web 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%%' # Mail settings export smtp_server='%%MAILER.SMTP.ADDRESS%%' export smtp_port='%%MAILER.SMTP.PORT%%' export smtp_domain='%%MAILER.SMTP.DOMAIN%%' export smtp_tls='%%MAILER.SMTP.TLS%%' export smtp_enable_starttls_auto='%%MAILER.SMTP.STARTTLS_AUTO%%' export smtp_openssl_verify_mode='%%MAILER.SMTP.OPENSSL_VERIFY_MODE%%' export smtp_authentication='%%MAILER.SMTP.AUTHENTICATION%%' export smtp_username='%%MAILER.SMTP.USERNAME%%' export smtp_password='%%MAILER.SMTP.PASSWORD%%' export mail_from='%%MAILER.FROM%%'
Version data entries
9 entries across 9 versions & 1 rubygems