File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 3131 - name : Build with Maven
3232 env :
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34+ FARM21_API_TOKEN : ${{ secrets.FARM21_API_TOKEN }}
35+ SOILSCOUT_USERNAME : ${{ secrets.SOILSCOUT_USERNAME }}
36+ SOILSCOUT_PASSWORD : ${{ secrets.SOILSCOUT_PASSWORD }}
37+ AGRANIMO_USERNAME : ${{ secrets.AGRANIMO_USERNAME }}
38+ AGRANIMO_PASSWORD : ${{ secrets.AGRANIMO_PASSWORD }}
39+ SENTEK_API_TOKEN : ${{ secrets.SENTEK_API_TOKEN }}
40+ AGVOLUTION_USERNAME : ${{ secrets.AGVOLUTION_USERNAME }}
41+ AGVOLUTION_PASSWORD : ${{ secrets.AGVOLUTION_PASSWORD }}
42+ SENSOTERRA_USERNAME : ${{ secrets.SENSOTERRA_USERNAME }}
43+ SENSOTERRA_PASSWORD : ${{ secrets.SENSOTERRA_PASSWORD }}
44+ API_KEY : ${{ secrets.API_KEY }}
45+ WEENAT_USERNAME : ${{ secrets.WEENAT_USERNAME }}
46+ WEENAT_PASSWORD : ${{ secrets.WEENAT_PASSWORD }}
47+ MICROSTREAM_STORAGE_DIRECTORY : ./microstream-integration-test
48+ IMAGE_PATH_BASE_URL : localhost:8080/images
3449 run : mvn -B verify --file pom.xml --settings .github/settings.xml
3550
3651 - name : Login to GitHub Container Registry
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ following template and replace the values with your own ones:
3030 WEENAT_PASSWORD=___CHANGE_ME___;
3131 WEENAT_USERNAME=___CHANGE_ME___;
3232 API_KEY=___CHANGE_ME___;
33- NOTIFICATION_URL =https://localhost:5050/notify;
33+ NOTIFICATION_URLS =https://localhost:5050/notify;
3434 SPRING_PROFILES_ACTIVE=maintenance;
3535 CORS_ALLOWED_ORIGINS=http://localhost:8080;
3636 CONTEXT_PATH=/api;
@@ -56,7 +56,7 @@ The following table describes the environment variables:
5656| WEENAT_PASSWORD | The password of the Weenat account. |
5757| WEENAT_USERNAME | The username of the Weenat account. |
5858| API_KEY | The API key of the application. |
59- | NOTIFICATION_URL | The URL of the notification service. |
59+ | NOTIFICATION_URLS | The URL of the notification service. |
6060| SPRING_PROFILES_ACTIVE | The active Spring profile. |
6161| CORS_ALLOWED_ORIGINS | The allowed origins for CORS. |
6262| CONTEXT_PATH | The context path of the application. |
You can’t perform that action at this time.
0 commit comments