Skip to content

Commit

Permalink
更新lute
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Oct 31, 2024
1 parent c562814 commit 23193e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/b3log/symphony/util/Markdowns.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected boolean removeEldestEntry(Map.Entry eldest) {
/**
* Lute engine serve path. https://github.com/88250/lute
*/
private static final String LUTE_ENGINE_URL = "http://localhost:8249";
private static final String LUTE_ENGINE_URL = Symphonys.get("lute.engine.url");

/**
* Built-in MD engine options.
Expand Down
7 changes: 5 additions & 2 deletions src/main/resources/symphony.properties
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ gold.finger.point=iamgod
# Permission for liveness.
gold.finger.liveness=iamgod

## Callback URL
# Callback URL
callback.url=/callback/get
callback.base.url=http://localhost:8080/
callback.base.url=http://localhost:8080/

# LUTE
lute.engine.url=http://localhost:8249

0 comments on commit 23193e3

Please sign in to comment.