Skip to content

Instantly share code, notes, and snippets.

@musab
Forked from jclk86/gist:adbd2404e143c082d9a2229da1d817c0
Created August 3, 2021 13:10
Show Gist options
  • Save musab/ea70a19c28fd852fd6108fa852fc6f8c to your computer and use it in GitHub Desktop.
Save musab/ea70a19c28fd852fd6108fa852fc6f8c to your computer and use it in GitHub Desktop.
env
TZ='UTC'
NODE_ENV=development
PORT=8000
API_TOKEN=c03ec4d8-3cbe-43ff-98f8-f010cb5cb45e
MIGRATION_DB_HOST=localhost
MIGRATION_DB_PORT=5432
MIGRATION_DB_name=noted
MIGRATION_DB_USER=postgres
MIGRATION_DB_PASS=B3Th3B3st
DATABASE_URL='postgres://postgres:B3Th3B3st@localhost/notes'
DB_TEST_URL='postgres://postgres:B3Th3B3st@localhost/noted_test'
PROD_MIGRATION_DB_HOST=ec2-184-72-237-95.compute-1.amazonaws.com
PROD_MIGRATION_DB_PORT=5432
PROD_MIGRATION_DB_NAME=d6jonch5d73mp6
PROD_MIGRATION_DB_USER=tzzuybsalqkyqx
PROD_MIGRATION_DB_PASS=d942d06d291293a817c47a07b7bd001776c5c4d8cdc2a02cfa66f97c6207f18c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment