mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-16 20:59:26 +00:00
add auth docs, add eslint import/order
This commit is contained in:
@@ -42,4 +42,5 @@ export class AppSettings {
|
||||
}
|
||||
const env = new EnvironmentSettings((process.env.NODE_ENV || 'DEVELOPMENT') as EnvironmentsTypes)
|
||||
const auth = new AuthSettings(process.env)
|
||||
|
||||
export const appSettings = new AppSettings(env, auth)
|
||||
|
||||
Reference in New Issue
Block a user