You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
292 B
15 lines
292 B
|
3 weeks ago
|
# Alpha Lab Environment Configuration
|
||
|
|
# Copy this file to .env and fill in your values
|
||
|
|
|
||
|
|
# DolphinDB Configuration
|
||
|
|
DDB_HOST=192.168.1.146
|
||
|
|
DDB_PORT=8848
|
||
|
|
DDB_USERNAME=
|
||
|
|
DDB_PASSWORD=
|
||
|
|
|
||
|
|
# Data Paths
|
||
|
|
DATA_ROOT=/data/parquet
|
||
|
|
|
||
|
|
# Experiment Output
|
||
|
|
RESULTS_ROOT=/home/guofu/Workspaces/alpha_lab/results
|