Align backend schema with desktop application
This commit is contained in:
@@ -25,8 +25,8 @@ services:
|
||||
SPRING_DATASOURCE_URL: jdbc:mysql://db:3306/Petstoredb?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
|
||||
SPRING_DATASOURCE_USERNAME: petshop
|
||||
SPRING_DATASOURCE_PASSWORD: petshop
|
||||
# Change this in real use
|
||||
JWT_SECRET: change_me_please
|
||||
# Change this in real use (must be at least 32 characters)
|
||||
JWT_SECRET: change_me_please_this_secret_key_is_long_enough_for_jwt_hmac_sha256
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user