Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Database firewall configuration #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ To turn on compilation with optimizations for our JavaScript assets, we need to

At this point, it's time we move on without further guidance – but that doesn't mean we should stop experimenting! Check out the "What's next" section to find some inspiration for what else could be done with the project.

#### Allowing to access the database

During the application deployment, possibly the firewall rules should be changed to allow the application to access the database. More details are available at [MongoDB docs](https://docs.atlas.mongodb.com/security/ip-access-list/)

### Relevant Gradle configuration

The `stage` task is an alias for `installDist`:
Expand Down