-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
19 lines (18 loc) · 788 Bytes
/
config.json
File metadata and controls
19 lines (18 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"params": {
"local_server": "True",
"local_uri": "mysql://root:@localhost/aryan industries",
"prod_uri": "mysql://root:@localhost/aryan industries",
"fb_url": "https://facebook.com/aryan industries",
"tw_url": "https://twitter.com/aryan industries",
"gh_url": "https://github.com/aryan industries",
"gmail-user": "[email protected],
"gmail-password": "yourpassword",
"about_text": "Hi I Am Aryan Sonone. I Love Python Programing Language. I am learning this from CodeWithHarry. And I am a good boy. ",
"no_of_posts":2,
"login_image":"login.svg",
"admin_user":"Aryan",
"admin_password": "Apple001",
"upload_location": "E:\\Python\\VS Code\\Flask Files\\static"
}
}