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 | |
parent | ac0257db671bce0ae2ba160ba93018317184256a (diff) | |
download | insta-local-9129b86758265db542528aea6bfaab930a1c983b.tar.gz insta-local-9129b86758265db542528aea6bfaab930a1c983b.tar.bz2 insta-local-9129b86758265db542528aea6bfaab930a1c983b.zip |
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | server/credentials.json | 4 | ||||
-rw-r--r-- | server/influencers.json | 5 |
3 files changed, 9 insertions, 2 deletions
@@ -1,5 +1,3 @@ node_modules downloads -credentials.json -influencers.json .env 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" + ] +} |