|
|
@@ -1,14 +1,10 @@
|
|
1
|
1
|
const Dotenv = require('dotenv').config({path: './server/.env'})
|
|
2
|
|
-// const Dotenv = require('dotenv')
|
|
3
|
2
|
const Confidence = require('@hapipal/confidence')
|
|
4
|
3
|
const Inert = require('@hapi/inert')
|
|
5
|
4
|
const Vision = require('@hapi/vision')
|
|
6
|
5
|
const Schwifty = require('@hapipal/schwifty')
|
|
7
|
6
|
const HapiSwagger = require('hapi-swagger')
|
|
8
|
7
|
|
|
9
|
|
-/** Pull .env into process.env */
|
|
10
|
|
-// Dotenv.config({ path: `${__dirname}/../.env` })
|
|
11
|
|
-// Dotenv.config({ path: `${__dirname}/../.env` })
|
|
12
|
8
|
|
|
13
|
9
|
/** Glue manifest as a confidence store */
|
|
14
|
10
|
module.exports = new Confidence.Store({
|