-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (29 loc) · 1.33 KB
/
config.json
File metadata and controls
34 lines (29 loc) · 1.33 KB
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
26
27
28
29
30
31
32
33
34
{
"params":
{
"local_server" : "True",
"local_uri" : "mysql://root:@localhost/codingthund",
"prod_uri" : "mysql://root:@localhost/codingthund",
"fb_url" : "https://www.facebook.com/codewithvinay/",
"twitter_url" : "https://twitter.com/codethund",
"git_url" : " https://github.com/Coding-Thunder",
"home_headline" : "Coding Thunder",
"home_tagline" : "Technical...Practical...Theoretically Interesting.",
"about_headline" : "About me",
"about_tagline" : "Python Developer.",
"post_headline" : "Man must explore, and this is exploration at its greatest",
"post_tagline" : "Python tutorials",
"contact_headline" : "Contact me",
"contact_tagline" : "Have questions? I have answers.",
"gmail-user" : "youremail@gmail.com",
"gmail-pass" : "your pasword for the email",
"about_text" : "Hello my name is vinay and I'm a python developer I learnt to Code from a California based software developer and author CoryAlthof.",
"about_text2" : "I welcome you to my web application I created this web application using python's flask module python is my favorite launguage.",
"no_of_post" : 2,
"log_in" : "Admin Pannel",
"blog_name" : "Coding Thunder",
"admin_user" : "vi-nay",
"admin_pass" : "maheshwari@1234",
"upload_location" : "C:\\Users\\HP\\websi\\static"
}
}