Skip to content

Commit

Permalink
switch to prod api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouzekri committed Aug 19, 2017
1 parent fe876e7 commit 1705a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.env.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
NODE_ENV: '"production"',
GMAP_API_KEY: '"AIzaSyCeG8L5crkEuoj5H2upp1lVFW1xmlzCZo4"',
API_URL: '"http://localhost:8088"'
API_URL: '"https://gmalt.bouzekri.net"'
}

0 comments on commit 1705a19

Please sign in to comment.