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
|
|---|
| 2 | SSH_HOST=194.149.135.130
|
|---|
| 3 | SSH_PORT=22
|
|---|
| 4 | SSH_USER=t_c307
|
|---|
| 5 | SSH_PASSWORD=
|
|---|
| 6 |
|
|---|
| 7 | # Database
|
|---|
| 8 | DB_HOST=localhost
|
|---|
| 9 | DB_PORT=5432
|
|---|
| 10 | DB_USER=db_202526z_va_prj_c307_owner
|
|---|
| 11 | DB_PASSWORD=
|
|---|
| 12 | DB_NAME=db_202526z_va_prj_c307
|
|---|
| 13 | DB_SCHEMA=project
|
|---|
| 14 |
|
|---|
| 15 | # Server
|
|---|
| 16 | PORT=3000
|
|---|
| 17 | NODE_ENV=development |
|---|
Note:
See
TracBrowser
for help on using the repository browser.