Skip to content

Commit 4c54b14

Browse files
author
Kamil Sulejewski
committed
fix: Updated README.md and removed key value.
1 parent e6ecd36 commit 4c54b14

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
git clone <repository-URL>
1515
cd <repository-name>
1616
```
17-
2. Inside /gen with git bash write command
17+
2. add your deepl api-key to translate/src/main/resources/application.yml in key section
18+
3. Inside /gen with git bash write command
1819
```./build.sh``` (sometimes need before used ```chmod +x build.sh```)
1920

2021
## Other Start
@@ -67,7 +68,7 @@ You can specify different profiles for the application. For example, to use the
6768

6869
2. Alternatively, you can pass the active profile as a Docker environment variable:
6970
```bash
70-
docker run -d -p 9000:9000 -e SPRING_PROFILES_ACTIVE=kam --name gen-commiting gen-commiting
71+
docker run -d -p 8090:8090 -e SPRING_PROFILES_ACTIVE=kam --name commmit-craft commmit-craft
7172
```
7273

7374
## Docker Configuration
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
deepl:
22
api:
3-
key: 92f2c230-abe8-4dc6-b90b-bbc3f7db0210:fx
3+
key:
44
url: https://api-free.deepl.com/v2/translate

0 commit comments

Comments
 (0)