作者或者青年编委背调
This commit is contained in:
3
.env
3
.env
@@ -80,6 +80,9 @@ citation_chat_model = qwen2.5:7b
|
|||||||
citation_chat_api_key =
|
citation_chat_api_key =
|
||||||
citation_chat_timeout = 120
|
citation_chat_timeout = 120
|
||||||
|
|
||||||
|
[scopus]
|
||||||
|
api_key = 54f915fc96e86b94ae8722ce7fdd69c7
|
||||||
|
|
||||||
[emailtemplete]
|
[emailtemplete]
|
||||||
pre = '<!doctype html>
|
pre = '<!doctype html>
|
||||||
<html lang="zh">
|
<html lang="zh">
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ class AuthorBackgroundService
|
|||||||
{
|
{
|
||||||
$this->email = trim((string) Env::get('author_bg.email', ''));
|
$this->email = trim((string) Env::get('author_bg.email', ''));
|
||||||
if ($this->email === '') {
|
if ($this->email === '') {
|
||||||
$this->email = trim((string) Env::get('pubmed.email', 'contact@example.com'));
|
$this->email = trim((string) Env::get('pubmed.email', 'yananwang898@gmail.com'));
|
||||||
}
|
}
|
||||||
$this->scopusApiKey = trim((string) Env::get('scopus.api_key', ''));
|
$this->scopusApiKey = trim((string) Env::get('scopus.api_key', ''));
|
||||||
if ($this->scopusApiKey === '') {
|
if ($this->scopusApiKey === '') {
|
||||||
|
|||||||
Reference in New Issue
Block a user