{
    "general": {
        "build": {
            "app_name": "bookingbug-studio",
            "cache_control_max_age": "10",
            "default_html": "/index.html",
            "deploy_version": "v1.0.0",
            "distribution_chunk_hash": false,
            "server_port": 8000,
            "show_version": true,
            "uglify": true,
            "aws_bucket": "studio.bookingbug.com"
        },
        "core": {
            "google_maps_key": "AIzaSyB_x3GygDosytcZ9CMEaLys8DDp6kvWk7Q"
        }
    },
    "halo": {
        "build": {
            "uglify": false,
            "deploy_path": "/development/halo",
            "noQa": true,
            "deploy_version": false
        }
    },
    "local": {
        "build": {
            "uglify": false
        },
        "core": {
            "api_url": "http://localhost:3000"
        }
    },
    "development": {
        "build": {
            "uglify": false,
            "deploy_path": "/development/"
        },
        "core": {
            "api_url": "https://spaceinvaders.bookingbug.com"
        }
    },
    "staging": {
        "build": {
            "deploy_path": "/staging/",
            "distribution_chunk_hash": true
        },
        "core": {
            "api_url": ""
        }
    },
    "production": {
        "build": {
            "cache_control_max_age": "10",
            "deploy_path": "/",
            "distribution_chunk_hash": true
        },
        "core": {
            "api_url": ""
        },
        "google_analytics_id": "UA-118363739-1",
        "google_tag_manager_id": "GTM-TV3CX3D"
    }
}
