Sha256: 1cc183b03a59631b71331eac151f34837c5199ac2f6392d02c0c6f603d919e1b
Contents?: true
Size: 358 Bytes
Versions: 4
Compression:
Stored size: 358 Bytes
Contents
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
Version data entries
4 entries across 4 versions & 1 rubygems