{
  "name": "user-service",
  "version": "3.3.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3xI0kE1xTOOwh6NhhsQj"
  },
  "jwt_secret": "S5DfEyIJfZv65B673T1bwDziGFnaw4Xy",
  "api_keys": {
    "stripe": "sk_live_oS2giPIpDP4IGzkEflBdUFpa",
    "sendgrid": "SG.ExVRIiT1tRoTiHxhnoZFWO",
    "twilio_sid": "ACf416cd8de53dee38f516769c569b6663"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}