{
  "name": "auth-service",
  "version": "1.6.11",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "vyKwLfeb481BVsOJ2PdP"
  },
  "jwt_secret": "dnXBJUtR34fpW9pREGXvmrMsZBi6IDxc",
  "api_keys": {
    "stripe": "sk_live_dAKwwHloIuKY6aIsBOHaoymN",
    "sendgrid": "SG.rPJVKioOxkH+zs6o4pjhhP",
    "twilio_sid": "ACa05640995950b6127ddbc028c7debf86"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}