Remove invalid JSON from fas-admin-details.json.example

This commit is contained in:
Justin Wheeler 2019-03-24 19:27:41 -04:00
commit d39a5d6789
Signed by: jflory7
GPG key ID: 3AA2DC1FF6ABF0B6

View file

@ -1,5 +1,4 @@
#Create fas-admin-details.json and store the following json object into the file with your actual credentials.
{
"ADMIN_USERNAME":"<admin-username>",
"ADMIN_PASSWORD":"<admin-password>"
"ADMIN_USERNAME":"",
"ADMIN_PASSWORD":""
}