Sha256: 6b3987cc1d3171a6a3e6ee3c52430ae4041cfd6cde9d84dafaedea4e0921ff44
Contents?: true
Size: 387 Bytes
Versions: 10
Compression:
Stored size: 387 Bytes
Contents
Pakyow.configure do # Global environment configuration. end Pakyow.configure :development do config.data.connections.sql[:default] = "sqlite://database/development.db" end Pakyow.configure :prototype do config.data.connections.sql[:default] = "sqlite://database/prototype.db" end Pakyow.configure :production do config.data.connections.sql[:default] = ENV["DATABASE_URL"] end
Version data entries
10 entries across 10 versions & 1 rubygems