Skip to content

Commit f7339da

Browse files
committed
add empty url
1 parent 6bef9ff commit f7339da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

svc/migrater.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import redis from '../store/redis';
44
import scyllaDriver from 'cassandra-driver';
55
import url from 'url';
66

7+
const SCYLLA_URL = '';
78
const scylla = new scyllaDriver.Client({
8-
contactPoints: [url.parse(config.SCYLLA_URL, false).host ?? ''],
9+
contactPoints: [url.parse(SCYLLA_URL, false).host ?? ''],
910
localDataCenter: 'datacenter1',
1011
keyspace: 'yasp',
1112
});

0 commit comments

Comments
 (0)