Secrets
You can add secrets to your service which can be accessed in your service by
process.env
.To create secrets for your service, select
Manage Secrets
.
Give your secrets a name and value.

Nubo provides some secrets to your service at runtime.
Name | Example Value | Description |
NUBO_SERVICE_NAME | express | The name of your service. |
NUBO_CLOUD_PROVIDER | aws | The cloud provider where your service is deployed. |
NUBO_REGION | europe-west | The region where your service is deployed. |
NUBO_LOCATION | london | The location within the region. |
PORT | 5555 | The port that your service is running on. |
Last modified 11mo ago