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

Run locally
Install the CLI and clone
curl -fsSL https://specific.dev/install.sh | shgit clone https://github.com/specific-dev/examples.git
cd examples/node-secrets
npm installStart the development server
specific devYou 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