Skip to content

Commit

Permalink
📝 : add missing documentation about authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
binlab committed Mar 10, 2020
1 parent 9b39ccc commit 1b819d4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@ Clone this repository, and just run `docker-compose up -d`.

The docker-compose will start a Gaia server, listening on http://localhost:8080, and a MongoDb database.

Default credentials for entering:

- Admin account `ROLE_ADMIN`:

```
Username: admin
Password: admin123
```

- User account `ROLE_USER`:

```
Username: user
Password: user123
```

## Contributors

Gaia is made with ❤️ in 🇫🇷 by [Cyril DUBUISSON](https://github.com/cdubuisson) and [Julien WITTOUCK](https://github.com/juwit)

0 comments on commit 1b819d4

Please sign in to comment.