Skip to content
Specific Docs
Esc
navigateopen⌘Jpreview
On this page

Secrets and Configs

A simple example demonstrating how to use secrets and configs in Specific for managing sensitive and non-sensitive configuration.


Secrets and Configs service diagram

Run locally

Install the CLI and clone

curl -fsSL https://specific.dev/install.sh | sh
git clone https://github.com/specific-dev/examples.git
cd examples/node-secrets
npm install

Start the development server

specific dev

You will be automatically prompted to input the secret and config values. Visit the URL in the output to see them in action.

Deploy to production

specific deploy

Was this page helpful?