lib/shelly/app.rb in shelly-0.4.39 vs lib/shelly/app.rb in shelly-0.4.40

- old
+ new

@@ -6,10 +6,10 @@ module Shelly class App < Model include ::Shellwords - DATABASE_KINDS = %w(postgresql mongodb redis) + DATABASE_KINDS = %w(postgresql mysql mongodb redis) DATABASE_CHOICES = DATABASE_KINDS + %w(none) SERVER_SIZES = %w(small large) attr_accessor :code_name, :databases, :ruby_version, :environment, :git_url, :domains, :web_server_ip, :size, :thin,