Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@everymundo/config-service-client

Package Overview
Dependencies
Maintainers
27
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everymundo/config-service-client

Node.js client for our config service

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
27
Created
Source

@everymundo/config-service-client

Node.js client for our config service

Installation

npm install @everymundo/config-service-client

Config Server URL

It must be set to the ENVIRONMENTAL VARIABLE SPRING_CLOUD_CONFIG_URI

The recommended method is to use .env files for the local environment and load them with the dotenv node module.

npm install -D dotenv
echo "SPRING_CLOUD_CONFIG_URI='http://0.0.0.0:54321/'" >> .env
node -r 'dotenv/config' server.js # assuming that is your initial file

That variable will be automatically set by our Dev/Ops team during develoment

Local Development

The recommendation is to install the @everymundo/fake-config-server locally help the development process.

FAQs

Package last updated on 11 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc