-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
21 lines (21 loc) · 815 Bytes
/
config.json
File metadata and controls
21 lines (21 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"params":
{
"local_server" : "True",
"local_uri" : "mysql://root:@localhost/thecodingthunder",
"prod_uri" : "mysql://root:@localhost/thecodingthunder",
"fb_url" : "https://www.facebook.com/thecodingthunder",
"tw_url" : "https://www.twitter.com/thecodingthunder",
"git_url" : "https://www.github.com/thecodingthunder",
"blog_name" : "The Coding Thunder",
"tag_line" : "Get | Set | Code",
"gmail-user" : "gmail_id@gmail.com",
"gmail-password" : "gmail_password",
"about_text" : "This is a coding blog. Here you can know all the basic of coding",
"no_of_posts" : 2,
"login_image":"login.svg",
"admin_user":"himanshu@xyz.com",
"admin_password":"shekhar",
"upload_location" : "C:\\Users\\himanshekhar\\PycharmProjects\\FlaskCourse\\static\\img"
}
}