diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-06-28 21:04:07 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-06-28 21:04:07 +0530 |
commit | 9129b86758265db542528aea6bfaab930a1c983b (patch) | |
tree | 6e9ae706d4b763f3b3af40e7f35404cae62cb0a2 /server | |
parent | ac0257db671bce0ae2ba160ba93018317184256a (diff) | |
download | insta-local-master.tar.gz insta-local-master.tar.bz2 insta-local-master.zip |
Diffstat (limited to 'server')
-rw-r--r-- | server/credentials.json | 4 | ||||
-rw-r--r-- | server/influencers.json | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/server/credentials.json b/server/credentials.json new file mode 100644 index 0000000..3ffd979 --- /dev/null +++ b/server/credentials.json @@ -0,0 +1,4 @@ +{ + "username": "xtester2", + "password": "teTeD7QojvhOdvEGa50u6FFJo" +} diff --git a/server/influencers.json b/server/influencers.json new file mode 100644 index 0000000..54f6911 --- /dev/null +++ b/server/influencers.json @@ -0,0 +1,5 @@ +{ + "profiles": [ + "aao.remote.ho.jaye" + ] +} |