-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 796 Bytes
/
.env.example
File metadata and controls
21 lines (18 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Python Starting Project - Environment Configuration
#
# This file contains environment variables that can override the default settings
# defined in src/utils/settings.py. Copy this file to .env and modify as needed.
# If no .env file is found, the application will use environment variables or
# fall back to the defaults defined in the settings.py module.
# Application settings
# Default values are defined in src/utils/settings.py
# APP_NAME=python-starting-project
# APP_VERSION=0.1.0
# DEBUG=false
# Logging settings
# Default configuration is in src/utils/logging.py
# LOG_LEVEL=INFO
# LOG_FORMAT=%(asctime)s - %(name)s - %(levelname)s - %(message)s
# LOG_FILE=app.log # Uncomment to enable file logging
# Add your custom environment variables below
# EXAMPLE_VARIABLE=example_value