Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 225 Bytes

study_postgres.md

File metadata and controls

19 lines (14 loc) · 225 Bytes

Demo 1 - Postgres

project_name = study_postgres

  • edit .env
DATABASE_NAME=
DATABASE_PWD=
DATABASE_SCHEMA=
DATABASE_URL=
DATABASE_USER=
  • Carregar variáveis de ambiente
export $(cat .env | xargs)