-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (21 loc) · 933 Bytes
/
config.json
File metadata and controls
27 lines (21 loc) · 933 Bytes
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
{
"params":
{
"local_server": "True",
"local_uri":"mysql://root:@localhost/codingthunder",
"prod_uri":"mysql://root:@localhost/codingthunder",
"fb_url":"https://www.facebook.com/codingthunder",
"tw_url": "https://www.twitter.com/codingthunder",
"gh_url": "https://www.github.com/codingthunder",
"blog_name": "Coding Thunder",
"tag_line": "A Blog liked by programmers",
"gmail-user":"your email address",
"gmail-password": "yourpassword",
"about_text":"Success is not final; failure is not fatal: it is the courage to continue that counts.",
"no_of_posts": 12,
"login_image": "images.png",
"admin_user": "usha",
"admin_password":"admin",
"upload_location":"C://Users//Shivansh//Documents//FLASK CLASSESS//20-Message_Flashing_and_other-Python_Flask_Resources//static//uploads"
}
}