CloudDB
Definition
The CloudDB
component is a Non-visible component that allows you to store data on a Internet connected database server (using Redis software). This allows the users of your App to share data with each other. By default data will be stored in a server maintained by MIT, however you can setup and run your own server. Set the RedisServer
property and RedisPort
property to access your own server.
Properties
- ProjectID
- Gets the ProjectID for this CloudDB project.
- RedisPort
- The Redis Server port to use. Defaults to 6381
- RedisServer
- The Redis Server to use to store data. A setting of “DEFAULT” means that the MIT server will be used.
- Token
- This field contains the authentication token used to login to the backed Redis server. For the “DEFAULT” server, do not edit this value, the system will fill it in for you. A system administrator may also provide a special value to you which can be used to share data between multiple projects from multiple people. If using your own Redis server, set a password in the server’s config and enter it here.
- UseSSL
- Set to true to use SSL to talk to CloudDB/Redis server. This should be set to True for the “DEFAULT” server.