{
  "name": "auth-service",
  "version": "1.8.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uwTN4wvIy4CgtyMQ47eh"
  },
  "jwt_secret": "M1jQTGYPnTD0wXTWblkIHwcH1qNOUlGQ",
  "api_keys": {
    "stripe": "sk_live_iU0KBVwmy27PIHOjSM8EQWx9",
    "sendgrid": "SG.QIb7nlpJJf05F8ssH4ewac",
    "twilio_sid": "AC5ae3075e0f6b23d30cd366955b061920"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}