BlogNest / config.json
AshishP23's picture
Upload 28 files
8a55b7f verified
raw
history blame contribute delete
848 Bytes
{
"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" : "A Blog liked by Programmers",
"gmail-user":"[email protected]",
"gmail-password":"ooakrohssontnqak",
"about_text":"Hi, my name is Ashish and I am creating my website using Flask",
"no_of_posts":2,
"login_image":"login.svg",
"admin_user":"Ashish",
"admin_password": "admin",
"upload_location":"D:\\Python\\Flask\\Project\\static\\img"
}
}