Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taiga 10 and Taiga 3 #5

Merged
merged 2 commits into from
Jul 4, 2018
Merged

Taiga 10 and Taiga 3 #5

merged 2 commits into from
Jul 4, 2018

Conversation

VincentMarrec
Copy link
Collaborator

Fixed the issue with the path "/" and added env variables for the PORT and either dev or prod mode

Fixed the issue with the path "/" and added env variables for the PORT and either dev or prod mode
src/index.js Outdated
@@ -36,9 +36,22 @@ const start = async () => {
let authenticateMid = authenticate(connectors);

const app = express();
console.log(process.env.NODE_ENV)
if (process.env.NODE_ENV == "dev"){
console.log("hello")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est mort enleve ce console.log par contre tu peux le changer pour que ca console log que ce endpoint est accessible

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Changed console.log
@CortneyKnorr CortneyKnorr merged commit ac52f50 into develop Jul 4, 2018
@CortneyKnorr CortneyKnorr deleted the feature/env branch July 4, 2018 07:33
Repository owner locked as resolved and limited conversation to collaborators Jul 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants