Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
software
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b0a3444a
authored
Nov 22, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new nginx conf
1 parent
7125aad2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
dma.nginx.conf.tar.gz
mongo_7018.sh
dma.nginx.conf.tar.gz
0 → 100644
View file @
b0a3444
No preview for this file type
mongo_7018.sh
View file @
b0a3444
/opt/stack/mongodb/mongodb/bin/mongo --host 127.0.0.1 --port 7018
<<EOF
## authen to create new user
use admin
db.auth("root", "password")
## create administration user
db.createUser(
{
user: "wdobject",
...
...
@@ -12,7 +15,9 @@ db.createUser(
)
### create application user
use DMAMANAGER
db.createUser(
{
user: "mongoapp",
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment