Showing posts with label etc. Show all posts
Showing posts with label etc. Show all posts

Tuesday, August 3, 2021

Mongodb /etc/mongod.conf

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 processManagement:

   fork: true

net:

   bindIp: localhost

   port: 27017

storage:

   dbPath: /var/lib/mongo

systemLog:

   destination: file

   path: "/var/log/mongodb/mongod.log"

   logAppend: true

storage:

   journal:

      enabled: true



Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass