Skip to content

This is one of the main services of the arox project. This service accepts requests from the UI and routes them to other services.

Notifications You must be signed in to change notification settings

Nariett/arox-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arox

This .env file is used to configure the PostgreSQL database connection for the Arox project.

Environment Variables

Variable Description Example Value
DB_USER PostgreSQL username postgres
DB_PASSWORD Password for the specified user postgres
DB_NAME Name of the database arox-gateway
DB_SSLMODE SSL connection mode disable (default)
DB_PORT Port on which PostgreSQL is running 5432
HOST Host where the database is located localhost
PRODUCTS_PORT Port to connect with arox-products 8001
JWT_SECRET 128 bit secret key your generated key

Example Connection String

postgres://postgres:postgres@localhost:5432/arox-gateway?sslmode=disable

About

This is one of the main services of the arox project. This service accepts requests from the UI and routes them to other services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published