feat: get messenger url from common setting

This commit is contained in:
pycook
2023-10-09 20:25:27 +08:00
parent 501d86341a
commit d7bbc3ccf8
3 changed files with 9 additions and 7 deletions

View File

@@ -97,4 +97,3 @@ BOOL_TRUE = ['true', 'TRUE', 'True', True, '1', 1, "Yes", "YES", "yes", 'Y', 'y'
# # messenger
USE_MESSENGER = True
MESSENGER_URL = "http://{messenger_url}/v1/message"