-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
22 lines (21 loc) · 863 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"params": {
"local_server": "True",
"local_uri": "mysql://root:@localhost/siemensnews",
"prod_uri": "mysql://root:@localhost/siemensnews",
"fb_url": "https://facebook.com/siemensnews",
"tw_url": "https://twitter.com/siemensnews",
"gh_url": "https://github.com/siemensnews",
"blog_name": "Code Club",
"tag_line": "Coding Club for my community",
"copy_right": "CodeClub 2023",
"gmail-user": "[email protected]",
"gmail-password": "get_Code_from_gmail",
"about_text": "Hi I am Aman and I have created this blog using python flask and I am a good boy",
"no_of_posts": 2,
"login_image": "login.jpg",
"admin_user":"Jo sahi lage rakh lo",
"admin_password": "Apna bana lo",
"upload_location": "C:\\Users\\Aman\\LearnFlask\\static-choose upload location"
}
}