[Feature] 将项目配置方式由配置文件更改为直接使用环境变量配置 #66

Closed
opened 2024-10-28 11:28:20 +00:00 by Hoshino-Yumetsuki · 1 comment
Hoshino-Yumetsuki commented 2024-10-28 11:28:20 +00:00 (Migrated from github.com)

由于 Moe-Counter 需要修改的配置项并不多,而且在各种平台进行私有部署时并不方便修改 config ,所以建议将配置修改为直接使用环境变量进行配置。

  • DATABASE = mongodb | sqlite
  • MONGODB_URI =
  • APP_PORT = 3000

同时,可以通过调整配置项优先级来确保对旧配置的兼容性,如在有环境变量的情况下优先使用环境变量

由于 Moe-Counter 需要修改的配置项并不多,而且在各种平台进行私有部署时并不方便修改 config ,所以建议将配置修改为直接使用环境变量进行配置。 如 - DATABASE = mongodb | sqlite - MONGODB_URI = - APP_PORT = 3000 同时,可以通过调整配置项优先级来确保对旧配置的兼容性,如在有环境变量的情况下优先使用环境变量
journey-ad commented 2024-10-28 16:31:41 +00:00 (Migrated from github.com)

已将配置文件更换为 .env 文件,等效于环境变量 e4132e0ef1

已将配置文件更换为 `.env` 文件,等效于环境变量 https://github.com/journey-ad/Moe-Counter/commit/e4132e0ef1881f421964d7293bcb9f81c4523e32
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OpenSourceJoker/Moe-Counter#66
No description provided.