Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 548 Bytes

File metadata and controls

25 lines (20 loc) · 548 Bytes

Quick Database Setup với ElephantSQL (Free)

  1. Vào https://www.elephantsql.com/
  2. Sign up / Login
  3. Create New Instance (Free - Tiny Turtle)
  4. Choose region: Singapore
  5. Copy DATABASE URL

Set DATABASE_URL cho Azure:

az webapp config appsettings set \
  --resource-group Crove \
  --name crove-dev \
  --settings \
  DATABASE_URL="[PASTE_ELEPHANTSQL_URL_HERE]"

# Restart app
az webapp restart --resource-group Crove --name crove-dev

ElephantSQL Free tier:

  • 20 MB data
  • 5 concurrent connections
  • Đủ cho testing/demo