fixed markdown formatting
This commit is contained in:
		
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
								
							@@ -47,16 +47,17 @@ The example configuration file looks like this:
 | 
			
		||||
    "data_file": "data.db",
 | 
			
		||||
    "base_url": "http://localhost:5000/",
 | 
			
		||||
    "name": "up.x1b.dev"
 | 
			
		||||
}```
 | 
			
		||||
}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
And here is what the fields mean:
 | 
			
		||||
 | 
			
		||||
upload_folder - the folder where the uploads will be stored
 | 
			
		||||
max_file_size - maximum upload file size in bytes
 | 
			
		||||
expiration_time - how long files take to expire in seconds
 | 
			
		||||
data_file - sqlite3 database file
 | 
			
		||||
base_url - your domain url
 | 
			
		||||
name - what your website is called (doesn't have to be same as domain name)
 | 
			
		||||
`upload_folder` - the folder where the uploads will be stored
 | 
			
		||||
`max_file_size` - maximum upload file size in bytes
 | 
			
		||||
`expiration_time` - how long files take to expire in seconds
 | 
			
		||||
`data_file` - sqlite3 database file
 | 
			
		||||
`base_url` - your domain url
 | 
			
		||||
`name` - what your website is called (doesn't have to be same as domain name)
 | 
			
		||||
 | 
			
		||||
#### Reverse proxy
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user