source: backend/.env.example

main
Last change on this file was 700e2f9, checked in by 186079 <matej.milevski@…>, 5 days ago

Init

  • Property mode set to 100644
File size: 166 bytes
Line 
1POSTGRES_DB=icare_db
2POSTGRES_USER=icare_user
3POSTGRES_PASSWORD=icare_password
4POSTGRES_PORT=54320
5
6# JWT Configuration
7JWT_SECRET=jwt-secret
8JWT_EXPIRATION=86400000
Note: See TracBrowser for help on using the repository browser.