8460: Check permissions.
[arvados.git] / services / ws / config.go
index 3e3d91f292ea7969b3a844883996a88b8981213a..9c2e80a1728afba9998d8a1b40d58b1ecd311b8f 100644 (file)
@@ -23,12 +23,12 @@ func DefaultConfig() Config {
                        APIHost: "localhost:443",
                },
                Postgres: pgConfig{
-                       "dbname":          "arvados_test",
+                       "dbname":          "arvados_production",
                        "user":            "arvados",
                        "password":        "xyzzy",
                        "host":            "localhost",
                        "connect_timeout": "30",
-                       "sslmode":         "disable",
+                       "sslmode":         "require",
                },
                PingTimeout:      arvados.Duration(time.Minute),
                ClientEventQueue: 64,