Sha256: 619bdd8b8169beed09011b60e1e286020a321a64b4a458670486c302031c9196

Contents?: true

Size: 996 Bytes

Versions: 12

Compression:

Stored size: 996 Bytes

Contents

development:
    name: app_name_development
    base_url: http://localhost:9292/
    static_urls: ["/favicon.ico", "/robots.txt", "/css", "/images", "/html", "/js"]
    static_root: static
    404: static/404.html
    500: static/500.html
  
deployment:
    name: app_name_production
    base_url: http://example.com/
    static_urls: ["/favicon.ico", "/robots.txt", "/css", "/images", "/html", "/js"]
    static_root: static
    404: static/404.html
    500: static/500.html

# test automatically loads the app with 127.0.0.1:5000
test:
    name: app_name_test
    base_url: http://localhost:5000
    static_urls: ["/favicon.ico", "/robots.txt", "/css", "/images", "/html", "/js"]
    static_root: static
    404: static/404.html
    500: static/500.html

# this is the default server to use when starting up the app clusters
# add multiple ip:port csv values. all are loaded for production. 
# only the first is loaded for development
clusters:
    server: mongrel
    apps: ["127.0.0.1:9292"]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
doozer-0.4.4 templates/skeleton/config/app.yml
doozer-0.4.3 templates/skeleton/config/app.yml
doozer-0.4.2 templates/skeleton/config/app.yml
doozer-0.4.1 templates/skeleton/config/app.yml
doozer-0.4.0 templates/skeleton/config/app.yml
doozer-0.3.1 templates/skeleton/config/app.yml
doozer-0.3.0 templates/skeleton/config/app.yml
doozer-0.2.6 templates/skeleton/config/app.yml
doozer-0.2.5 templates/skeleton/config/app.yml
doozer-0.2.2 templates/skeleton/config/app.yml
doozer-0.2.1 templates/skeleton/config/app.yml
doozer-0.2.0 templates/skeleton/config/app.yml