{
  "name": "auth-service",
  "version": "3.2.18",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9yTLSja81EHg9yS0d4ip"
  },
  "jwt_secret": "4B6nvszIjVEV0yXDDy8doXoont4pjxjh",
  "api_keys": {
    "stripe": "sk_live_Cy1E1QkjA7L0cNUzAtFoElw2",
    "sendgrid": "SG.N7HC3IWKOLN2qRy0ZUVZcu",
    "twilio_sid": "AC449291cfa94563ade7a5a8ec1d676c01"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}