remove settings from gitignore
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
			
		||||
# project specific
 | 
			
		||||
settings.json
 | 
			
		||||
#settings.json
 | 
			
		||||
db.sqlite3
 | 
			
		||||
dummyusers.json
 | 
			
		||||
*.prof
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										15
									
								
								CalibreWebCompanion/settings.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								CalibreWebCompanion/settings.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
{
 | 
			
		||||
    "CALIBRE_DIR": "/usr/src/app/calibredir",
 | 
			
		||||
    "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"
 | 
			
		||||
    ],
 | 
			
		||||
    "DEBUG" : true,
 | 
			
		||||
    "LOGFOLDER" : "/usr/src/app/data/logs/",
 | 
			
		||||
    "ISDOCKER" : true
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user