Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
6bcdbd26
Commit
6bcdbd26
authored
Jan 27, 2016
by
Eric Chiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #293 from set321go/master
Fixed db-url flag in standup-db.sh
parents
a3f26be5
f6361f67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
standup-db.sh
contrib/standup-db.sh
+2
-2
No files found.
contrib/standup-db.sh
View file @
6bcdbd26
...
@@ -40,7 +40,7 @@ until $(curl --output /dev/null --silent --fail http://localhost:5557/health); d
...
@@ -40,7 +40,7 @@ until $(curl --output /dev/null --silent --fail http://localhost:5557/health); d
done
done
# Create a client
# Create a client
eval
"
$(
./bin/dexctl
-db-url
=
$DEX_DB_URL
new-client http://127.0.0.1:5555/callback
)
"
eval
"
$(
./bin/dexctl
-
-
db-url
=
$DEX_DB_URL
new-client http://127.0.0.1:5555/callback
)
"
# Set up connectors
# Set up connectors
DEX_CONNECTORS_FILE
=
$(
mktemp
/tmp/dex-conn.XXXXX
)
DEX_CONNECTORS_FILE
=
$(
mktemp
/tmp/dex-conn.XXXXX
)
...
@@ -62,7 +62,7 @@ cat << EOF > $DEX_CONNECTORS_FILE
...
@@ -62,7 +62,7 @@ cat << EOF > $DEX_CONNECTORS_FILE
]
]
EOF
EOF
./bin/dexctl
-db-url
=
$DEX_DB_URL
set-connector-configs
$DEX_CONNECTORS_FILE
./bin/dexctl
-
-
db-url
=
$DEX_DB_URL
set-connector-configs
$DEX_CONNECTORS_FILE
# Start the worker
# Start the worker
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment