# scopes: development config file import Config config :logger, :default_handler, config: [ file: ~c"log/scopes_dev.log" ] config :scopes_app, Scopes.Web.Server.Endpoint, http: [ip: {127, 0, 0, 1}, port: 8800]