-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
23 lines (21 loc) · 716 Bytes
/
config.json
File metadata and controls
23 lines (21 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"params":
{
"local_server": "True",
"local_uri":"mysql://root:@localhost/techblogs",
"prod_uri": "mysql://root:@localhost/techblogs",
"in_url": "https://instagram.com/amanasati11",
"li_url":"https://linkedin.com/in/amanasati/",
"fb_url":"https://facebook.com/aman.asati.3",
"blog_name": "Tech Blogs",
"tag_line": "Everything is designed.Few things are designed well.",
"gmail-user" : "gmail-user",
"gmail-password" : "gmail-password",
"about_text" : "Hi confidential",
"no_of_posts" : 4,
"login_img" : "login.svg",
"admin_user" : "user",
"admin_password" : "kya pta",
"upload_location" : "C:\\Users\\Aaaa\\Desktop\\Flask Complete\\static"
}
}