Add secrets.
This commit is contained in:
15
config.js
Normal file
15
config.js
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
module.exports = {
|
||||||
|
db_conn: {
|
||||||
|
host : process.argv[2] || "localhost",
|
||||||
|
user : 'instasync',
|
||||||
|
password : 'uequ1hahghahshu2eeD1',
|
||||||
|
database : 'instasync',
|
||||||
|
charset : 'utf8mb4'
|
||||||
|
},
|
||||||
|
api: {
|
||||||
|
url: 'https://alo.land',
|
||||||
|
version: "v5.0",
|
||||||
|
key: '63abf164cda48900010f6ac8:058bedd17f8b205ddfd9d9c21a14a652a4949881427c5fb1599979b2fadb507c'
|
||||||
|
},
|
||||||
|
instagramToken: "IGQVJWSFA5WDJ3ck0zTU1fMm92OV83RzVFVjFzQjR4WVBvWXlQTFRlS0MtR0ZAWckRUTmVUR0NhMmwyQ0wwUm9OUFliLTVBMGJsSEE5YWFYM0RONF9VVnhsWmx4RWFaUXJUR2pmVnM1RXo1eTRSLXFiRgZDZD"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user