-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
24 lines (21 loc) · 818 Bytes
/
config.json
File metadata and controls
24 lines (21 loc) · 818 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
{
"params":
{
"local_server":"True",
"local_uri": "mysql://codingthunder:tej@9835030789@db4free.net/codingthunder",
"prod_uri": "mysql://codingthunder:tej@9835030789@db4free.net/codingthunder",
"fb_url":"https://facebook.com/codingthunder",
"tw_url":"https://twitter.com/codingthunder",
"gh_url": "https://github.com/codingthunder",
"blog_name": "Coding Thunder",
"tag_line": "Heaven for programmers",
"gmail-user":"prasadtejprakash172@gmail.com",
"gmail-password":"mummypapa&me11",
"about_text": "Hi my name is harry and I create programming tutorials and I am a good boy",
"no_of_posts": 3,
"login_image":"login.svg",
"admin_user":"harry",
"admin_password": "subscribenow",
"upload_location":"/var/www/html/python/Python-Flask-Blog/static"
}
}