Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
fix: FRONT_DOOR_URL -> FRONT_DOOR_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Nov 22, 2017
1 parent c33b5a4 commit bf92c1c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .kicker.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ description = "a proxy that rewrites URLs on their way out of couch, making regi
start = "./bin/couch-url-rewrite-proxy.js start"

[environment]
FRONT_DOOR_URL = "{{front_door_url}}"
FRONT_DOOR_HOST = "{{front_door_url}}"
PORT = "{{port}}"
UPSTREAM_URL = "{{upstream_url}}"

[default]
FRONT_DOOR_URL = "https://registry.example.com"
PORT = 5001
UPSTREAM_URL = "http://127.0.0.1:5000"

[argument]
front-door-host = "FRONT_DOOR_HOST"
port = "PORT"
upstream = "UPSTREAM_URL"

0 comments on commit bf92c1c

Please sign in to comment.