Merge "Update api-paste.ini with new auth_token settings."
This commit is contained in:
commit
adaf9049c8
@ -150,5 +150,8 @@ auth_host = 127.0.0.1
|
||||
auth_port = 35357
|
||||
auth_protocol = http
|
||||
auth_uri = http://127.0.0.1:5000/
|
||||
# NOTE(vish): you will have to replace the value below with an actual admin token
|
||||
# NOTE: you will have to replace the values below with an actual token
|
||||
# or user:password combination.
|
||||
# admin_user = %SERVICE_USER%
|
||||
# admin_password = %SERVICE_PASSWORD%
|
||||
admin_token = %SERVICE_TOKEN%
|
||||
|
Loading…
Reference in New Issue
Block a user