Spaces:
Sleeping
Sleeping
Create config.yaml
Browse files- config.yaml +9 -0
config.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model:
|
2 |
+
path: /path/to/your/model
|
3 |
+
type: transformer
|
4 |
+
version: 2.0
|
5 |
+
database:
|
6 |
+
host: localhost
|
7 |
+
port: 5432
|
8 |
+
user: your_db_user
|
9 |
+
password: your_db_password
|