Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Nov 7, 2016
1 parent cc0e91b commit f570087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ APP_RUN_SEED=true
APP_MIGRATE=true
SQL_SANDBOX=true

# Heroku requires env with this name
PORT=4000

# Phoenix endpoint settings
# APP_PORT=4000
PORT=4000 # Heroku requires env with this name
APP_HOST=localhost
APP_SECRET_KEY=5AV58VAqzHG2td3sj7J/OXGLeK92clOPzhmbTi5E4jiWYXP39lNbYp/hNVuoCwCF

Expand Down
3 changes: 1 addition & 2 deletions test/acceptance/token_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ defmodule Tokenizer.Controllers.TokenTest do
async: true,
otp_app: :tokenizer_api,
endpoint: Tokenizer.HTTP.Endpoint,
repo: Tokenizer.DB.Repo,
headers: [{"authorization", "Basic " <> Base.encode64("DGRsMpXDCj:")}]
repo: Tokenizer.DB.Repo

alias Tokenizer.DB.Schemas.Card

Expand Down

0 comments on commit f570087

Please sign in to comment.