-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
31 lines (30 loc) · 1.37 KB
/
config.json
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
28
29
30
31
{
"params":
{
"admin_name": "Nitin Kumar",
"local_server": "True",
"local_uri": "mysql://root:@localhost/blackcoder",
"prod_uri": "mysql://root:@localhost/blackcoder",
"fb_url": "https://facebook.com/blackcoder",
"tw_url": "https://twitter.com/blackcoder",
"gh_url": "https://github.com/blackcoder",
"blog_name": "The Black Coder",
"tagline": "Blog liked by programmers most ...",
"about_us": "Hi , my name is Nitin and this blog is made for programmers only . Hope you enjoy it !",
"no_of_posts": 2,
"login_img": "signin.png",
"admin_user": "Nitin",
"admin_pass": "Kumar",
"upload_location": "C:\\Users\\Nitin\\PycharmProjects\\my FLASK tutorials\\myFlaskTut\\CodeWithHarry Tutorials\\static\\uploads",
"fb_profile": "https://www.facebook.com/nitinkumaranonymous",
"github_profile": "https://github.com/nitin30kumar",
"linkedin_profile": "https://linkedin.com/in/nitin-kumar-626759131",
"gmail_profile": "mailto:nitinkumaranonymous@gmail.com",
"stack_overflow_profile": "https://stackoverflow.com/users/10957470/nitin-kumar",
"whatsapp_profile": "https://wa.me/919113797199?text=Hi%20Nitin.",
"instagram_profile": "https://www.instagram.com/blackeagle.nitin/",
"twitter_profile": "https://twitter.com/nitinBlackEagle?s=09",
"gmail-user": "your_gmail_id",
"gmail-password": "your_gmail_password"
}
}