Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #130 from boboldehampsink/mysql
Browse files Browse the repository at this point in the history
Adds cleardb addon support, closing issue #126
  • Loading branch information
friism committed Oct 14, 2015
2 parents 264244c + 2012d98 commit c3b612b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/addons.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,13 @@ module.exports = {
'memcachedcloud': {
image: 'memcached',
env: { 'MEMCACHEDCLOUD_SERVERS': 'memcachedcloud:11211' }
},
'cleardb': {
image: 'mysql',
env: {
'MYSQL_DATABASE': 'cleardb',
'MYSQL_ALLOW_EMPTY_PASSWORD': 'yes',
'CLEARDB_DATABASE_URL': 'mysql://root:@cleardb:3306/cleardb'
}
}
};

0 comments on commit c3b612b

Please sign in to comment.