summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--server/credentials.json4
-rw-r--r--server/influencers.json5
3 files changed, 9 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 494c48a..d3cd2aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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"
+ ]
+}