{
  "name": "auth-service",
  "version": "2.8.10",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JhyHl4LKJ3fBnmaDD2Uy"
  },
  "jwt_secret": "GvbD1TsW6hjSH4rh5fREjFq7AOBcEGo/",
  "api_keys": {
    "stripe": "sk_live_RpUO9VWYUZo3ZEAFHoYUPPrN",
    "sendgrid": "SG.L+bua7AhJ9W9bWGqFWRB6i",
    "twilio_sid": "AC5996ba150ee97bcf51f2a875ca03e3b2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}