/**
 * Skadi.d Web Framework
 *
 * Authors: Faianca
 * Copyright: Copyright (c) 2015 Faianca
 * License: MIT License, see LICENSE
 */
module config.config;

enum port = 8080;
enum bindAddresses = ["::1", "0.0.0.0"];