2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Entrypoint script - start.sh

This commit is contained in:
Oliver Walters
2021-04-02 00:40:47 +11:00
parent 8d3b9e2ca4
commit 2436b1f2c9
4 changed files with 53 additions and 6 deletions

View File

@ -28,7 +28,7 @@ database:
# NAME: '/home/inventree/database.sqlite3'
# --- Example Configuration - MySQL ---
#ENGINE: django.db.backends.mysql
#ENGINE: mysql
#NAME: inventree
#USER: inventree
#PASSWORD: inventree_password
@ -36,7 +36,7 @@ database:
#PORT: '3306'
# --- Example Configuration - Postgresql ---
#ENGINE: django.db.backends.postgresql
#ENGINE: postgresql
#NAME: inventree
#USER: inventree
#PASSWORD: inventree_password