{
  "name": "user-service",
  "version": "3.0.0",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "iBiUelzdlz0fcpy9j5ja"
  },
  "jwt_secret": "MV7Mi57Ebru3tDrUbJUqSeBGlxLpzyo5",
  "api_keys": {
    "stripe": "sk_live_5N28e9RfzWueuT8max2H2V7r",
    "sendgrid": "SG.FUAL/TKj3AEoeWuzM1mx/7",
    "twilio_sid": "AC92d5066d636d08a6b9419e871714265a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}