:repository => "https://github.com/tomhughes/openstreetmap-website.git",
:revision => "locale"
},
+ :microcosms => {
+ :repository => "https://github.com/openbrian/osm-microcosms.git",
+ :revision => "microcosms"
+ },
:upload => {
:repository => "https://git.openstreetmap.org/public/rails.git",
:revision => "master",
}
},
:postgresql => {
- :versions => ["9.1", "9.5"],
+ :versions => ["9.1", "12"],
:settings => {
:defaults => {
:shared_buffers => "1GB",
"9.1" => {
:port => "5433"
},
- "9.5" => {
+ "12" => {
:port => "5432"
}
}