source: .env@ 7517a3a

main
Last change on this file since 7517a3a was 7517a3a, checked in by Luka Krstikj <luka.krstik@…>, 2 days ago

init

  • Property mode set to 100644
File size: 255 bytes
Line 
1# SSH
2SSH_HOST=194.149.135.130
3SSH_PORT=22
4SSH_USER=t_c307
5SSH_PASSWORD=
6
7# Database
8DB_HOST=localhost
9DB_PORT=5432
10DB_USER=db_202526z_va_prj_c307_owner
11DB_PASSWORD=
12DB_NAME=db_202526z_va_prj_c307
13DB_SCHEMA=project
14
15# Server
16PORT=3000
17NODE_ENV=development
Note: See TracBrowser for help on using the repository browser.