Skip to content

Commit a470146

Browse files
committed
Configured files for Heroku deployment
1 parent 7297bc1 commit a470146

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/app/app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
const app = angular.module('BECAP', ['ngRoute'])
3-
.constant('APIURL', "http://localhost:3000");
4-
// .constant('APIURL', "https://spyonfido.herokuapp.com");
3+
// .constant('APIURL', "http://localhost:3000");
4+
.constant('APIURL', "https://spyonfido.herokuapp.com");
55

66
app.config(($routeProvider, $locationProvider) => {
77

server/aws/awsConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
const AWS = require('aws-sdk');
4-
const AWS_CREDS = require('./aws_creds.json');
4+
// const AWS_CREDS = require('./aws_creds.json');
55
const Image = require('../models/Image.js');
66
const { red, cyan } = require('chalk');
77
/////////////////////////////////////////

0 commit comments

Comments
 (0)