BOT_TOKEN=YYYYYYYYY:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

<%- db_connection_string =

if postgresql?
  'postgresql://[username[:password]@][host][:port][/database][?options]'
elsif mongodb?
  'mongodb://[username:password@]host[:port][/database][?options]'
end

-%> DATABASE_URL=<%= db_connection_string %>

CAP_HOST=xxx.xxx.xxx.xxx CAP_USER=deployer