remove .env
This commit is contained in:
parent
d9b50ac103
commit
6e7541b5cc
21
.env
21
.env
@ -1,21 +0,0 @@
|
||||
# JupyterHub Notebook Viewer Configuration
|
||||
|
||||
# Core Settings
|
||||
JUPYTERHUB_SHARED_DIR=./shared
|
||||
APP_TITLE="IFN Shared HUB"
|
||||
|
||||
# Flask Settings
|
||||
FLASK_HOST=0.0.0.0
|
||||
FLASK_PORT=5001
|
||||
FLASK_DEBUG=True
|
||||
FLASK_SECRET_KEY="hoeuhfou0a9ufm08fwncznf0aauuf"
|
||||
|
||||
# File Handling
|
||||
MAX_FILE_SIZE=16777216
|
||||
NOTEBOOKS_PER_PAGE=50
|
||||
ALLOWED_EXTENSIONS=.ipynb,.py,.md
|
||||
|
||||
# Feature Toggles
|
||||
ENABLE_DOWNLOAD=True
|
||||
ENABLE_API=True
|
||||
|
Loading…
Reference in New Issue
Block a user