Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(server): add laf web site settings #1523

Merged
merged 3 commits into from
Sep 11, 2023

Conversation

HUAHUAI23
Copy link
Contributor

@HUAHUAI23 HUAHUAI23 commented Sep 8, 2023

use sys_db;
db.Setting.insertMany([{
    public: true,
    key: 'ai_pilot_url',
    value: 'https://htr4n1.laf.run/laf-gpt',
    desc: 'ai pilot url',
},
{
    public: true,
    key: 'laf_forum_url',
    value: 'https://forum.laf.run',
    desc: 'laf forum url',
},
{
    public: true,
    key: 'laf_business_url',
    value: 'https://www.wenjuan.com/s/I36ZNbl',
    desc: 'laf business url',
},
{
    public: true,
    key: 'laf_discord_url',
    value: 'https://discord.com/channels/1061659231599738901/1098516786170839050',
    desc: 'laf discord url',
},
{
    public: true,
    key: 'laf_wechat_url',
    value: 'https://w4mci7-images.oss.laf.run/wechat.png',
    desc: 'laf wechat url',
},
{
    public: true,
    key: 'laf_status_url',
    value: 'https://hnpsxzqqtavv.cloud.sealos.cn/status/laf',
    desc: 'laf status url',
},
]);

@pull-request-size pull-request-size bot added size/M and removed size/S labels Sep 8, 2023
@maslow maslow merged commit a3d8fc1 into labring:main Sep 11, 2023
@HUAHUAI23 HUAHUAI23 deleted the feat/add-settings branch September 25, 2023 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants