-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfg.json
More file actions
22 lines (20 loc) · 794 Bytes
/
confg.json
File metadata and controls
22 lines (20 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"params" :
{
"local_server":"True",
"local_uri": "mysql://root:@localhost/yrsc",
"prods_uri": "mysql://root:@localhost/yrsc",
"fb_url": "https://facebook.com/",
"tw_url": "https://twitter.com/",
"gh_url": "https://github.com/",
"gmail-user": "your gmail",
"gmail-password": "gmail password ",
"about_text" : "Hi ! My name is Yash Raj Singh Chouhan. I am B.tech student at GITS Udaipur. This is my owned website which I created using python flask framework.",
"no_of_post" : 2,
"blog_name" : "yash raj",
"login_image" : "login.jpg",
"admin_user" : "Enter username",
"admin_pass" : "Enter password",
"upload_location" : "C:\\Users\\Yash Raj\\Desktop\\flask\\static"
}
}