{
  "name": "auth-service",
  "version": "1.2.24",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "i0L0fa8fATSOiLvMUdce"
  },
  "jwt_secret": "OkAyyjunM3QIgIXLVNFYz/7SmiGZbDRl",
  "api_keys": {
    "stripe": "sk_live_cOC8YhCQr3u24zTKaPMD8A2E",
    "sendgrid": "SG.VBg1wTa0u+0bu/FcUe6e+7",
    "twilio_sid": "ACa732939873ea9ac738c5d5a74c8eb1e7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}