forked from haris989/Python-Flask-Blog
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathconfig.json
More file actions
20 lines (20 loc) · 767 Bytes
/
config.json
File metadata and controls
20 lines (20 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"params": {
"local_server": "True",
"local_uri": "mysql://root:@localhost/codingthunder",
"prod_uri": "mysql://root:@localhost/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": "your-email@gmail.com",
"gmail-password": "gmailpassword",
"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":"C:\\Users\\Haris\\PycharmProjects\\Flask-tut\\static"
}
}