mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-11-26 01:58:35 +00:00
* feat(backend): Load settings via environment variables If they're not loaded from the config file. * chore(docker): Add hints for environment variables It supports users to know about them. * docs(changelog): Add the description about this change Users can notice what's changed by this PR. * style(backend): Fix code syntax To pass the linter. |
||
|---|---|---|
| .. | ||
| @types | ||
| boot | ||
| core | ||
| daemons | ||
| misc | ||
| models | ||
| queue | ||
| server | ||
| config.ts | ||
| const.ts | ||
| decorators.ts | ||
| di-symbols.ts | ||
| env.ts | ||
| global.d.ts | ||
| GlobalModule.ts | ||
| logger.ts | ||
| MainModule.ts | ||
| NestLogger.ts | ||
| postgres.ts | ||
| types.ts | ||