-
Notifications
You must be signed in to change notification settings - Fork 0
Configuring VMSS
VMSS is configured in the .config.json file in the root directory.
We've provided a sample in the git repository, but all the options are detailed here.
A PDO identifier of the database you're using.
The host to which PDO should connect
The user PDO should use while authenticating
The user PDO should use while authenticating (leave empty if it's not set)
The database VMSS should use
The charset of the database
The environment VMSS is running in. This can be either dev
or prod
: using dev shows more error/debug data to the clients.
The (int) value of the hashing algorithm to be used with password_hash (for instance, if you need to use PASSWORD_BCRYPT, you can get this with echo (int)PASSWORD_BCRYPT;
Should nonces autoexpire? -1 if not, the number of seconds of validity if yes. (This isn't being currently used by VMSS, but will be in the future)
The URL to the root of your VMSS installation (without a trailing slash)
The key that must be used for queue manipulation.
The extensions you allow to be uploaded, as an array, without a leading dot.
What actions should VMSS add to the queue when a video is uploaded? Currently, all the supported actions are listed in sample.config.json.
Found a documentation issue or need help? Open an issue here or email me at [email protected]
Want to help out in VMSS development? We'd be glad to have you on board.
If you need onboarding or have any questions, feel free to email us (me) at [email protected]