Warning! You are viewing an older version of Alpaca Guides. View the latest
MongoDB
The MongoDB configuration can be put in the data
portion of your application-prod.yaml
configuration file.
-
uri
- The address of the local Mongo installation. This is typicallymongodb://localhost:27017
. -
database
- The name of the database to use for Alpaca. This should always bealpaca
.
Sample MongoDB configuration
data:
mongodb:
uri: mongodb://localhost:27017
database: alpaca