This message was deleted.
# ask-questions
w
This message was deleted.
f
GrowthBook is stateless if you have a mongo/document db setup
(aside from a few env variables)
we usually build API endpoints as they are requested - so feel free to open a github issue requesting any
probably the easiest thing is to have a dump/import of mongo that can reset things
w
Good idea - it is a bit of a chicken and egg problem. Can you give me a rough pointer where those basic settings (e.g. users and API keys) are stored in Mongo so I can dump/import them?
f
most critical would be the organization collection
the users are in 'users'
api keys are in.... 'apikeys'
w
thankyou
135 Views