Adityadn commited on
Commit
2ae37bf
1 Parent(s): cc69774

Rename auth-example.json to auth.json

Browse files
Files changed (2) hide show
  1. auth-example.json +0 -6
  2. auth.json +6 -0
auth-example.json DELETED
@@ -1,6 +0,0 @@
1
- [
2
- {
3
- "user": "sitting-duck-1",
4
- "pass": "very-bad-publicly-known-password-change-it"
5
- }
6
- ]
 
 
 
 
 
 
 
auth.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "user": "user123",
4
+ "pass": "pass123"
5
+ }
6
+ ]