Mwafrika_Josue

.env

Apr 6th, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. POSTGRES_DB=shift_db_dev
  2. POSTGRES_HOST=localhost
  3. // POSTGRES_HOST=postgres
  4. POSTGRES_USER=postgres
  5. POSTGRES_PASSWORD=josmwafrika789
  6. DIALECT=postgres
  7. JWT_SECRET=secret
  8. JWT_EXPIRES_IN=90d
  9. PASSWORD=tcxsgnwfhjummgpm
  10. TEST_DB_HOSTNAME=localhost
  11. DB_DIALECT=postgres
  12. DESCRIPTION='Shift API'
  13. API_URL=http://localhost:5000/api/v1
  14. FRONTEND_URL=http://localhost:3001
  15. TEMPORARY_PASSWORD='!MWAfrika18T'
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment