Skip to content

Commit aa620d7

Browse files
committed
Use underscore for the id so we can declare them as constants in php
1 parent 0e3fae8 commit aa620d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scripts/presets/standalone-auth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongod",
3-
"id" : "STANDALONE-AUTH",
3+
"id" : "STANDALONE_AUTH",
44
"auth_key": "secret",
55
"login": "root",
66
"password": "toor",

scripts/presets/standalone-plain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongod",
3-
"id" : "STANDALONE-PLAIN",
3+
"id" : "STANDALONE_PLAIN",
44
"auth_key": "secret",
55
"login": "root",
66
"password": "toor",

scripts/presets/standalone-ssl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongod",
3-
"id" : "STANDALONE-SSL",
3+
"id" : "STANDALONE_SSL",
44
"procParams": {
55
"dbpath": "/tmp/standalone-ssl/",
66
"ipv6": true,

scripts/presets/standalone-x509.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongod",
3-
"id" : "STANDALONE-X509",
3+
"id" : "STANDALONE_X509",
44
"authSource": "$external",
55
"login": "C=US,ST=New York,L=New York City,O=MongoDB,OU=KernelUser,CN=client",
66
"procParams": {

0 commit comments

Comments
 (0)