Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
b4oshany authored Aug 21, 2020
1 parent c815262 commit 66fad4a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ docker-compose up -d

#### Available environmental variables

- *HMDM_SQL_HOST*: PostgreSQL host (IP or URL) (Default: localhost)
- *HMDM_SQL_PORT*: PostgreSQL port (Default: 5432)
- *HMDM_SQL_BASE*: PostgreSQL database (Default: hmdm)
- *HMDM_SQL_USER*: PostgreSQL username (Default: hmdm)
- *HMDM_SQL_PASS*: PostgreSQL password
- *HMDM_LANGUAGE*: Language (Default: en)
- *HMDM_TOMCAT_HOST*: Tomcat host (Default: localhost)
- *HMDM_TOMCAT_PORT*: Tomcat Port (Default: 8080)
- *HMDM_TOMCAT_PORTOCOL*: Tomcat HTTP Portocol (Options: http | https) (Default: http)
- *HMDM_TOMCAT_DOMAIN*: Tomcat Domain that it will be serving on (Default: 0.0.0.0)
- **HMDM_SQL_HOST**: PostgreSQL host (IP or URL) (Default: localhost)
- **HMDM_SQL_PORT**: PostgreSQL port (Default: 5432)
- **HMDM_SQL_BASE**: PostgreSQL database (Default: hmdm)
- **HMDM_SQL_USER**: PostgreSQL username (Default: hmdm)
- **HMDM_SQL_PASS**: PostgreSQL password
- **HMDM_LANGUAGE**: Language (Default: en)
- **HMDM_TOMCAT_HOST**: Tomcat host (Default: localhost)
- **HMDM_TOMCAT_PORT**: Tomcat Port (Default: 8080)
- **HMDM_TOMCAT_PORTOCOL**: Tomcat HTTP Portocol (Options: http | https) (Default: http)
- **HMDM_TOMCAT_DOMAIN**: Tomcat Domain that it will be serving on (Default: 0.0.0.0)

## Features

Expand Down

0 comments on commit 66fad4a

Please sign in to comment.