-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 1.13 KB
/
Copy path.env.example
File metadata and controls
31 lines (25 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Project‑wide configuration
# --------------------------------------------------------------
# Application mode – “development”, “testing”, or “production”
# APP_ENV=development
# Enable verbose logging (true/false)
DEBUG=true
# --------------------------------------------------------------------
# CONFIGURATION PATH
# --------------------------------------------------------------------
# The absolute or relative path to your JSON configuration file.
# This is REQUIRED if you do not pass the --config-file flag
# when executing your scripts.
CONFIG_PATH=./config/hello.json
# --------------------------------------------------------------------
# OUTPUT DIRECTORY
# --------------------------------------------------------------------
# The directory where generated files and results will be saved.
# This variable is strictly REQUIRED by the processing utilities.
OUTPUT_DIR=./results
#
# --------------------------------------------------------------
# EXTERNAL SERVIES / API
# --------------------------------------------------------------
# Example third‑party service API key
THIRD_PARTY_API_KEY=YOUR_API_KEY_HERE