Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 687 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 687 Bytes

MeowHub

Engineering Thesis

Database

For production environment, you need to have an oracle database. If you don't have a created an oracle database yet, run script database/install.sql.

Profiles

swagger - to run application with Swagger

Swagger

To run swagger use swagger profile.
Link to swagger documentation: http://localhost:8080/swagger-ui/index.html

Environment variables

DB_URL - database url
DB_USERNAME - database username
DB_PASSWORD - database password
JWT_SECRET - secret key for JWT token
JWT_EXPIRATION_MS - expiration time for JWT token in milliseconds

With production environment, you need to set all of these variables.