We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4c33c1 + 2147d25 commit e5915a4Copy full SHA for e5915a4
1 file changed
apps/api/src/main.ts
@@ -16,11 +16,12 @@ import { UsersModule } from './users/users.module';
16
17
export default AppFactory.create({
18
docs: {
19
- contact: {
20
- email: 'support@douglasneuroinformatics.ca',
21
- name: 'Douglas Neuroinformatics',
22
- url: 'https://douglasneuroinformatics.ca'
23
- },
+ // TODO - allow this to be configured via env variables. requires changes in libnest.
+ // contact: {
+ // email: 'support@douglasneuroinformatics.ca',
+ // name: 'Douglas Neuroinformatics',
+ // url: 'https://douglasneuroinformatics.ca'
24
+ // },
25
description: 'Documentation for the REST API for Open Data Capture',
26
externalDoc: {
27
description: 'Homepage',
0 commit comments