Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 573 Bytes

File metadata and controls

25 lines (23 loc) · 573 Bytes

How to create store data

On render website

  1. Name with cybersec-{your-class}-store-{your-name} Exp. cybersec-ced-store-prawee
  2. Project with ced
  3. Database
  • dbname {your-name} Exp. prawee
  • user {your-name} Exp. prawee
  1. Region with Singapore
  2. PostgreSQL Version 16
  3. Instance Type Free

How to connect db

Single Line

postgres://{username}:{password}/{dbname}

Configure with variable

DATABASE_CLIENT=postgres
DATABASE_HOST=
DATABASE_PORT=
DATABASE_NAME=
DATABASE_USERNAME=
DATABASE_PASSWORD=
DATABASE_SSL=false