mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Fix docs: Remove INVENTREE_BASE_URL (#6757)
- Actual name is INVENTREE_SITE_URL - Ref: https://github.com/inventree/InvenTree/discussions/6751
This commit is contained in:
		@@ -56,7 +56,6 @@ The following basic options are available:
 | 
				
			|||||||
| INVENTREE_ADMIN_ENABLED | admin_enabled | Enable the [django administrator interface]({% include "django.html" %}/ref/contrib/admin/) | True |
 | 
					| INVENTREE_ADMIN_ENABLED | admin_enabled | Enable the [django administrator interface]({% include "django.html" %}/ref/contrib/admin/) | True |
 | 
				
			||||||
| INVENTREE_ADMIN_URL | admin_url | URL for accessing [admin interface](../settings/admin.md) | admin |
 | 
					| INVENTREE_ADMIN_URL | admin_url | URL for accessing [admin interface](../settings/admin.md) | admin |
 | 
				
			||||||
| INVENTREE_LANGUAGE | language | Default language | en-us |
 | 
					| INVENTREE_LANGUAGE | language | Default language | en-us |
 | 
				
			||||||
| INVENTREE_BASE_URL | base_url | Server base URL | *Not specified* |
 | 
					 | 
				
			||||||
| INVENTREE_AUTO_UPDATE | auto_update | Database migrations will be run automatically | False |
 | 
					| INVENTREE_AUTO_UPDATE | auto_update | Database migrations will be run automatically | False |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
!!! tip "INVENTREE_SITE_URL"
 | 
					!!! tip "INVENTREE_SITE_URL"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user