{
  "name": "auth-service",
  "version": "2.3.10",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2tyll3apzv5aHh8HKkrG"
  },
  "jwt_secret": "BhyJOhtfz4t3rdhbliYnbetVo0rFjHNp",
  "api_keys": {
    "stripe": "sk_live_c0eSe3tKBuyEle3pXX4JG3Nj",
    "sendgrid": "SG.B1Lx8l7KXr2AaxJGpMlWEJ",
    "twilio_sid": "ACcea108f3970ed5ca829e7dec9c340c12"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}