Skip to content

Commit 3093836

Browse files
authored
Create production.yaml
1 parent b541a18 commit 3093836

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

config/production.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# production.yaml
2+
logging:
3+
level: INFO
4+
5+
database:
6+
host: production-db-host
7+
port: 5432
8+
user: prod_user
9+
password: prod_password
10+
db_name: stable_pi_prod
11+
12+
model_paths:
13+
demand_model_path: "models/demand_prediction_model.pkl"
14+
asset_model_path: "models/asset_management_model.pkl"
15+
16+
api:
17+
base_url: "https://api.stablepi.com"

0 commit comments

Comments
 (0)