{
  "name": "auth-service",
  "version": "1.1.1",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "yxNFbXoJ0YYjE9iWri79"
  },
  "jwt_secret": "zNUtIXwj57IxNcTY/cEacaAeg5ei1LL6",
  "api_keys": {
    "stripe": "sk_live_7sj0ktqO3kvUs8B6x54PDmgI",
    "sendgrid": "SG.HMLJ8IHrwW2+Kmi1iOlbOO",
    "twilio_sid": "AC9cbc9aba9e77fa737142623fd07c4a9c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}