integration of authentication
This commit is contained in:
+8
-2
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
const config = {
|
||||
db: {
|
||||
connectionString: "mongodb://db:27017",
|
||||
dbName: "jucundus",
|
||||
@@ -19,5 +19,11 @@ module.exports = {
|
||||
jwtOptions: {
|
||||
issuer: "jucundus.com",
|
||||
audience: "yoursite",
|
||||
},
|
||||
agent :{
|
||||
ApiAgentURL: 'http://host.docker.internal:3020/api',
|
||||
token: '861v48gr4YTHJTUre0reg40g8e6r8r64eggv1r4e6g4r81PKREVJ8g6reg46r8eg416reST6ger84g14er86e',
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = { config };
|
||||
Reference in New Issue
Block a user