{
  "name": "auth-service",
  "version": "1.3.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "U4CoSOxB1e7oVgI5Vmzj"
  },
  "jwt_secret": "y3Z4yfvU/7Eapvbhe/A9BLbM0h/9hnrU",
  "api_keys": {
    "stripe": "sk_live_xqfi66ACjXMTkRLvVvQSN3j8",
    "sendgrid": "SG.QUhdnQYY0O3+DYJjbDIHm2",
    "twilio_sid": "AC8fc160a2f52dde2cef9ab86562d772ba"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}