Added proper credentials, updated docs
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Fixed
|
||||
|
||||
- Demo credentials
|
||||
- Auto-generated UML
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -21,7 +21,7 @@ RUN mvn -B package -DskipTests
|
||||
FROM openjdk:17-jdk-slim
|
||||
|
||||
# Copy the jar file from the build stage
|
||||
COPY --from=build /app/target/easydrop-1.0.1.jar /easydrop.jar
|
||||
COPY --from=build /app/target/easydrop-1.0.2.jar /easydrop.jar
|
||||
|
||||
# Execute the application when the docker container starts.
|
||||
ENTRYPOINT ["java", "-jar", "/easydrop.jar"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# EasyDrop
|
||||
|
||||

|
||||

|
||||

|
||||
[](https://sonar.fbe-adswen.rwu.de/dashboard?id=de.rwu%3Aeasydrop)
|
||||

|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Amazon Credentials
|
||||
AMAZON_API_URL=
|
||||
AMAZON_API_KEY=
|
||||
EBAY_API_URL=
|
||||
EBAY_API_KEY=
|
||||
WEBSHOPS=amazon,ebay
|
||||
AMAZON_API_URL=https://checksch.de/api/amazon
|
||||
AMAZON_API_KEY=lassMichRein
|
||||
# eBay Credentials
|
||||
EBAY_API_URL=https://checksch.de/api/ebay
|
||||
EBAY_API_KEY=ichMussRein
|
||||
@@ -6,7 +6,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: easydrop:1.0.1
|
||||
image: easydrop:1.0.2
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- type: bind
|
||||
|
||||
Reference in New Issue
Block a user