You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
#Please replace your_app_key, your_app_secret, your_refresh_token, example_username, example_password, and /path/to/your/local/storage/ with your actual values.
# settings for the Dropbox if you use Dropbox as the provider
APP_KEY=your_app_key
APP_SECRET=your_app_secret
REFRESH_TOKEN=your_refresh_token
# setting for MongoDB if you use MongoDB as the provider
MONGODB_USERNAME = "example_username"
MONGODB_PASSWORD = "example_password"
MONGODB_DATABASE_URL = "example.mongodb.net"
# setting for the local provider if you use a local storage provider