{
  "name": "auth-service",
  "version": "1.0.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VHUqAa2TWi5M7W4ioKqF"
  },
  "jwt_secret": "3HTPyBAqdjWXtrzD4VdIL05b2LFf7CGV",
  "api_keys": {
    "stripe": "sk_live_ns3Ab1g8WJyxAg1BQj7yk3EB",
    "sendgrid": "SG.J4WHdNWzrmFRl0pH/PPKmR",
    "twilio_sid": "AC8e978944b2604d674f9d123d73fcd2ec"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}