Hey everyone, just learning the ropes of Vanity to do some A/B testing on the Lonely Planet site.
In the documentation there's a short example showing the configuration file
development:
adapter: mongodb
database: analytics
test:
collecting: false
production:
adapter: mongodb
database: analytics
Two questions:
1. How to I let Vanity know which environment the app is running in so that it pulls the correct configuration?
2. What is the "test" key for? I found no explanation for that in the docs.
Thanks so much in advance for any guidance.