Merge pull request 'optimize' (#2) from optimize into master
Reviewed-on: MassiveAtoms/Calibre-Server#2
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								CalibreWebCompanion/db.sqlite3
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								CalibreWebCompanion/db.sqlite3
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1,5 +1,5 @@
 | 
				
			|||||||
{% extends "base.html" %}
 | 
					{% extends "base.html" %}
 | 
				
			||||||
 | 
					{% block title %}<title>{{book.title}}</title>{% endblock %}
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
{% load static %}
 | 
					{% load static %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										10
									
								
								CalibreWebCompanion/settings.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								CalibreWebCompanion/settings.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "CALIBRE_DIR": "C:\\Users\\MassiveAtoms\\Documents\\Calibre Library",
 | 
				
			||||||
 | 
					    "SECRET_KEY": "u(8^+rb%rz5hsx4v^^y(ul7g(4n7a8!db@s*9(m5cs*2_ppy8+",
 | 
				
			||||||
 | 
					    "ALLOWED_HOSTS": [
 | 
				
			||||||
 | 
					        "127.0.0.1"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "INTERNAL_IPS": [
 | 
				
			||||||
 | 
					        "127.0.0.1"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user