Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrotomassini committed Oct 10, 2023
1 parent 5e87b60 commit bb9f955
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1,089 deletions.
19 changes: 10 additions & 9 deletions example.env
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@

DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=MySecr3tPassWord@as2
DB_NAME=innovanceDB
APP_VERSION=1.0.0

STAGE=dev

DB_HOST=containers-us-west-146.railway.app
DB_PORT=7577
DB_USERNAME=postgres
DB_PASSWORD=HzQa5dosZDeTufzmUXHr
DB_NAME=railway

PGADMIN_DEFAULT_EMAIL=soporte@admin.com
PGADMIN_DEFAULT_PASSWORD=123456


PORT=3000
HOST_API=http://localhost:3000/api
PORT=3005
HOST_API=http://localhost:3005/api

JWT_SECRET=gfdsgsdfgsdfgdgdg
Loading

0 comments on commit bb9f955

Please sign in to comment.