This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

10 lines
147 B
TypeScript

export const server = {
authSecret: 'mysecret', // secret for generating jwt token
}
export const config = {
server,
}
export default config