You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,4 +51,8 @@ Requirements:
51
51
52
52
Use [SDKMAN!](https://sdkman.io/) for installing a JDK easily
53
53
54
-
Use: `mvn clean install` to build the application. However, in case you use a Non-GraalVM vendor for JDK, the `native-image-maven-plugin` will fail (but the JAR will still be created)
54
+
Use: `mvn clean install` to build the application. However, in case you use a Non-GraalVM vendor for JDK, the `native-image-maven-plugin` will fail (but the JAR will still be created)
55
+
56
+
## Configuration
57
+
58
+
You can change the environment variable `URL_SHORTENER_HOST=<domain-where-url-shortener-is-deployed>` to change the domain from `https://just.darshit.dev` to your custom host
0 commit comments