Skip to content

Commit 051f721

Browse files
authored
Merge pull request #32 from PatternAtlas/feature/adapt-to-rewriting-renderer
fix forgotten renaming of env variables
2 parents 62c03d5 + 9fcb64f commit 051f721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ security.oauth2.resource.jwk.key-set-uri=http://localhost:8081/.well-known/jwks.
1919
#----------------------------
2020
# Latex Service
2121
#----------------------------
22-
com.patternatlas.api.latexrenderer.hostname=localhost
23-
com.patternatlas.api.latexrenderer.port=5030
22+
io.github.patternatlas.api.latexrenderer.hostname=localhost
23+
io.github.patternatlas.api.latexrenderer.port=5030
2424
# Embedded Tomcat
2525
server.servlet.contextPath=/patternatlas

0 commit comments

Comments
 (0)