Skip to content

Commit

Permalink
fix(travis): make staging build pass
Browse files Browse the repository at this point in the history
This commit makes sure that the staging build on Travis passes.
  • Loading branch information
Jonathan Niles authored and jniles committed Mar 17, 2017
1 parent 3fa8781 commit 4b973b7
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 109 deletions.
10 changes: 5 additions & 5 deletions .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
PORT=8080

# database configuration
DB_URL = 'mysql://bhima_staging:STAGING_PASSWORD@localhost:3306/bhima_staging'
DB_USER = 'bhima_staging'
DB_PASS = 'STAGING_PASSWORD'
DB_NAME = 'bhima_staging'
DB_HOST= 'localhost'
DB_URL='mysql://bhima_staging:STAGING_PASSWORD@localhost:3306/bhima_staging'
DB_USER='bhima_staging'
DB_PASS='STAGING_PASSWORD'
DB_NAME='bhima_staging'
DB_HOST='localhost'

# run in production mode
NODE_ENV='production';
Expand Down
Loading

0 comments on commit 4b973b7

Please sign in to comment.