{
  "name": "auth-service",
  "version": "2.4.29",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YlJctS6pDFX4mOhXXxL8"
  },
  "jwt_secret": "QTYtsVvTo+x1kR/3rCyy9uKtn9tnAoyh",
  "api_keys": {
    "stripe": "sk_live_bl6WiqbUoSfTWMwkWyrIpybG",
    "sendgrid": "SG.iZCeETdZ2Wd6n5XVyCDz0t",
    "twilio_sid": "AC4d11135f1439e6346ffffb6ed1f8e432"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}