{
  "name": "user-service",
  "version": "3.2.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4eWy8CaexihCWlR0dIGP"
  },
  "jwt_secret": "9Kljat5ppo5AL5tVInw1H0R7qSjtPhuf",
  "api_keys": {
    "stripe": "sk_live_18KavUREEiFRR0SMqSIobDuZ",
    "sendgrid": "SG.sSfXS/fdkU8sjOAMIdVxQO",
    "twilio_sid": "AC4c927cf39a89da773067d10141797c3c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}