mirror of
https://github.com/noodlapp/noodl-cloudservice.git
synced 2026-01-11 14:52:53 +01:00
feat: use cloud runtime package (#9)
* feat: Include @noodl/cloud-runtime in the dist folder * feat: Use the builtin cloud runtime Unless "NOODL_CLOUD_RUNTIMES_LOCATION" is provided. * chore: bump version
This commit is contained in:
@@ -58,3 +58,16 @@ This package contains the docker image of the Noodl Self Hosted Cloud Service.
|
||||
**Description**: The **`MAX_UPLOAD_SIZE`** variable specifies the maximum allowed size for file uploads in the application.
|
||||
|
||||
**Default Value: `20mb`**
|
||||
|
||||
### `NOODL_CLOUD_RUNTIMES_LOCATION`
|
||||
|
||||
**Description**: The **`NOODL_CLOUD_RUNTIMES_LOCATION`** variable specifies the URL location where to find the runtime to use.
|
||||
|
||||
To use the Noodl hosted cloud runtimes, use this URL:
|
||||
`https://runtimes.noodl.cloud/{runtime}.js`
|
||||
|
||||
`{runtime}` will be replaced with the desired runtime by the Cloud Functions.
|
||||
|
||||
If this variable is not provided then the built in cloud runtime will be used.
|
||||
|
||||
**Default Value: `undefined`**
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@noodl/cloudservice-docker",
|
||||
"version": "0.2.5",
|
||||
"version": "0.3.0",
|
||||
"description": "Low-code for when experience matter",
|
||||
"author": "Noodl <info@noodl.net>",
|
||||
"homepage": "https://noodl.net",
|
||||
|
||||
Reference in New Issue
Block a user