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