Skip to content

Commit

Permalink
Fixed README and .env
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-fargo committed Feb 8, 2020
1 parent 8104019 commit 450e57b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -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=*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 450e57b

Please sign in to comment.