import Config # For production, don't forget to configure the url host # to something meaningful, Phoenix uses this information # when generating URLs. config :soft_pos_app, SoftPosAppWeb.Endpoint, url: [host: System.get_env("SOFT_POS_HOST", "example.com"), port: 443, scheme: "https"], http: [ ip: {0, 0, 0, 0}, port: String.to_integer(System.get_env("SOFT_POS_PORT") || "4066") ], secret_key_base: System.get_env("SOFT_POS_SECRET_KEY_BASE"), server: true # Runtime production config is in config/runtime.exs