{
  "name": "auth-service",
  "version": "2.7.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "B455Vufet67Gb33mESOr"
  },
  "jwt_secret": "p7bUjND/D4upIv5Umkj/wDn5OwOyrops",
  "api_keys": {
    "stripe": "sk_live_S567EHVd4Mi50EwzDayA3cOt",
    "sendgrid": "SG.bXitXPA2xOCiL1CVzLeXmB",
    "twilio_sid": "AC6e3af84ff1afde02b670d3c78997ab1c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}