Skip to content

Commit b52679b

Browse files
authored
Merge pull request #2 from realFranco/feature-doc
main <- feature-doc | Improve env. variables comments and new image
2 parents 594f673 + d17615c commit b52679b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

resources/doc_images/web.1.png

29.4 KB
Loading

web_service/backend/dist.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ PROJECT_LOCALHOST=127.0.0.1
2020
PROJECT_PORT=8000
2121
PROJECT_LOCALHOST_URL=${PROJECT_HTTP_PROTOCOL}://${PROJECT_LOCALHOST}:${PROJECT_PORT}
2222

23-
# Location file where put the configurations for jArchi scripts.
23+
# Location where put the configurations for jArchi scripts.
2424
SCRIPT_CONFIG_LOCATION=/%path%/
2525

26-
# Location file for the result file after run some jArchi scripts.
26+
# Location for the result file after run some jArchi scripts.
2727
COMPUTE_RESOURCE_LOCATION=/%path%/
2828

29-
# Location file where put the Quantitative Analysis results.
29+
# Location where put the Quantitative Analysis results.
3030
QUANTITATIVE_ANALYSIS_RESULT_LOCATION=/%path%/

0 commit comments

Comments
 (0)