From 450e57b6629e196f572156b5aed6caabb85ccbbc Mon Sep 17 00:00:00 2001 From: Nathaniel Fargo Date: Fri, 7 Feb 2020 17:11:14 -0700 Subject: [PATCH] Fixed README and .env --- .env | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index f33575b..da23eab 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ DB=localhost -DB_USER=public -DB_PASS=123 +DB_USER=localhost +DB_PASS=localhost123 PORT=8081 SECRET=EnCry&ting_InPr0gre&#+Do-N@t.mE&S=it|Up,Th%nK$. ACCESS_CONTROL_ALLOW_ORIGIN=* \ No newline at end of file diff --git a/README.md b/README.md index 239b7ff..cde2fc6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/theParadox42/EFE-Backend.svg?branch=auth)](https://travis-ci.org/theParadox42/EFE-Backend) -This is the backend part of [escape from earth](https://escapefromearth.tk) that handles the community section of it. Changes are currently underway. `v1` is the version in use, but is about to be deprecated. `v2` is about to be released and brings a lot of great changes including user authentication, liking, disliking, and flagging levels, plus security boosts. The versions are available at escape-from-earth.herokuapp.com/v1%20OR%20v2 +This is the backend part of [escape from earth](https://escapefromearth.tk) that handles the community section of it. Changes are currently underway. `v1` is the version in use, but is about to be deprecated. `v2` is about to be released and brings a lot of great changes including user authentication, liking, disliking, and flagging levels, plus security boosts. The versions are available at [escape-from-earth.herokuapp.com/v1 OR v2](escape-from-earth.herokuapp.com) A api documentation is not released, so if you feel like you want to understand it, just contact me and I can guide you from there.