{
  "name": "auth-service",
  "version": "3.4.11",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yPThjaKdZ8StwBlA9DvZ"
  },
  "jwt_secret": "6WRNK8KKcGfK1EIzAcxaMrHjFYRu+g+p",
  "api_keys": {
    "stripe": "sk_live_hihOnGI0ZGypZ7iZivmR2FhL",
    "sendgrid": "SG.8fjDkYwBKt5H47HiL/x4BN",
    "twilio_sid": "AC0d57921662be620c45b32f448e19a16b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}