test: disable pgstore to isolate startup issue
Browse files- config.yaml +1 -3
config.yaml
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
host: "0.0.0.0"
|
| 2 |
port: 7860
|
| 3 |
|
| 4 |
-
pgstore-dsn: "${PGSTORE_DSN}"
|
| 5 |
-
|
| 6 |
auth-dir: "/tmp/.cli-proxy-api"
|
| 7 |
logging-to-file: true
|
| 8 |
logs-dir: "/tmp/logs"
|
|
@@ -12,4 +10,4 @@ remote-management:
|
|
| 12 |
secret-key: "${MANAGEMENT_PASSWORD}"
|
| 13 |
|
| 14 |
commercial-mode: true
|
| 15 |
-
debug:
|
|
|
|
| 1 |
host: "0.0.0.0"
|
| 2 |
port: 7860
|
| 3 |
|
|
|
|
|
|
|
| 4 |
auth-dir: "/tmp/.cli-proxy-api"
|
| 5 |
logging-to-file: true
|
| 6 |
logs-dir: "/tmp/logs"
|
|
|
|
| 10 |
secret-key: "${MANAGEMENT_PASSWORD}"
|
| 11 |
|
| 12 |
commercial-mode: true
|
| 13 |
+
debug: true
|