Skip to content

Commit

Permalink
redo dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
ushliypakostnik committed Sep 17, 2019
1 parent 42658c8 commit f6c7157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const common = {

const development = {
...common,
HOST: process.env.HOST || 'https://localhost:8082',
MEDIA_URL: process.env.MEDIA_URL || 'https://localhost:8082/media',
HOST: process.env.HOST || 'http://localhost:8082',
MEDIA_URL: process.env.MEDIA_URL || 'http://localhost:8082/media',
CORS_ENABLED: true,
};

Expand Down

0 comments on commit f6c7157

Please sign in to comment.