A simple example demonstrating how to use secrets and configs in Specific for managing sensitive and non-sensitive configuration.
Install the CLI and clone
npm i -g @specific.dev/cli
git clone https://github.com/specific-dev/examples.git cd examples/node-secrets npm install
Start the development server
specific dev
Deploy to production
specific deploy