-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
25 lines (23 loc) · 1.11 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"params":
{
"local_server": "True",
"local_uri": "mysql+pymysql://anand:anjana007@localhost/anand",
"prod_uri": "mysql+pymysql://anand:anjana007@localhost/anand",
"fb_url": "https://facebook.com/anandvm",
"tw_url": "https://twitter.com/anandvm",
"gh_url": "https://github.com/anandvm",
"blog_name": "Startup village",
"blog_title": "iVASS",
"blog_tagline": "Awesome Blog created by iVASS Startup Village",
"gmail_id" : "[email protected]",
"gmail_psd" : "vassgps",
"blog_usr" : "[email protected]",
"about_text": " Anad is an Engineer from Calicut, Kerala (IN). He is too much passioantae about new Technologies. Also intersted in work with innovative ideas in the firled of Electronics & IT. He owned copyright of some embedded & IoT projects.\n He is having Good experiance in Web development,IoT, Automation system designe & Robotics projects.",
"post_num" : 3,
"login_img" : "bootstrap-solid.svg",
"admin_user" : "admin",
"admin_pswd" : "admin",
"upload_location" : "C:\\Users\\Anand\\PycharmProjects\\flask\\Uploads"
}
}