Skip to content
Snippets Groups Projects

removed credentials from file

Merged Krish Moodbidri requested to merge krish94/flask_user_reg:feat-vars into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
id = 'reggie'
id = ''
password = 'reggie'
password = ''
key = 'vnkdjnfjknfl1232'
key = ''
broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/'
broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/'
message_queue = broker_url + 'socketio'
message_queue = broker_url + 'socketio'
default_referrer = "https://docs.uabgrid.uab.edu/wiki/Cheaha_Quick_Start"
default_referrer = "https://docs.uabgrid.uab.edu/wiki/Cheaha_Quick_Start"
Loading