Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 605 Bytes

File metadata and controls

14 lines (10 loc) · 605 Bytes

1. Go to vercel storage

vercel storage

2. Create new postgres database

Create postgres database

3. Create table user_info and works, sql in /sql/init directory, use some database tool like DataGrip to do it.

init-sql

4. Copy paste this config to .env.local and .env.production

database config

5. You can also use your own postgres, config like this

POSTGRES_URL="postgres://postgres:pass1234@localhost:5432/sorawebui"