Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Flask_User_Reg
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mitchell Moore
Flask_User_Reg
Commits
1c4d28b5
Commit
1c4d28b5
authored
5 years ago
by
Krish Moodbidri
Browse files
Options
Downloads
Patches
Plain Diff
added username and password as variables
parent
9b593972
No related branches found
Branches containing commit
No related tags found
1 merge request
!43
added vars file to be used by run.py and tasks.py
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vars.py
+4
-2
4 additions, 2 deletions
vars.py
with
4 additions
and
2 deletions
vars.py
+
4
−
2
View file @
1c4d28b5
id
=
'
reggie
'
password
=
'
reggie
'
key
=
'
vnkdjnfjknfl1232
'
broker_url
=
'
amqp://reggie:reggie@ohpc:5672/
'
broker_url
=
'
amqp://
'
+
id
+
'
:
'
+
password
+
'
@ohpc:5672/
'
print
broker_url
message_queue
=
broker_url
+
'
socketio
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment