Skip to content

Commit

Permalink
restore config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 6, 2023
1 parent 50d668e commit 36f076d
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions .evergreen/atlas_data_lake/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
environment: local
# hostProvider is the cloud provider in which this machine is running.
hostProvider: local

hostRegion: local

# Disable billing to silence a "no billing configured" warning.
billing:
event:
client:
enabled: false
showInternalErrors: true

dls:
frontend:
catalog:
disabled: true
expirationRules:
disabled: true

frontend:
bindAddr: "localhost:27017"
cursor:
metadata:
memory: true

execution:
mqlrunPath: ${MONGOHOUSE_MQLRUN}

tenants:
config:
inline: &tenantCfg
ipList: [ "0.0.0.0" ]
hostnames:
- localhost
security:
users:
- name: mhuser # password: "pencil"
credentials:
scramSHA1:
iterations: 10000
salt: "CVmjg1IDp3KfHfiXNZhmbQ=="
storedKey: "9cIonYrtLI/+OmZ96wiQkduwXeI="
serverKey: "kCfqkc7sgQaihzXHqbxZxz3O3H4="
scramSHA256:
iterations: 15000
salt: "6i+wBCHE21EaI8IF9+tvPkCoYWY+IyedLaVXGQ=="
storedKey: "hnn0iJZ6ZNO9X34oyxtZUKLAMScwpCdch3vGPuDXOvM="
serverKey: "3Qg6ptTiTvPwhGSZi0NpAkmsW8P5C/J46Is1t7xaIho="
roles:
- role: readWriteAnyDatabase
storage:
stores:
- name: localstore
provider: local
path: "${DRIVERS_TOOLS}/.evergreen/atlas_data_lake"
databases:
- name: test
collections:
- name: driverdata
dataSources:
- storeName: localstore
path: test.driverdata.json

tenant:
config:
server:
inline: *tenantCfg

0 comments on commit 36f076d

Please sign in to comment.