Fix app view url
This commit is contained in:
@@ -59,6 +59,7 @@ export async function createServer(
|
|||||||
): Promise<TestPDS> {
|
): Promise<TestPDS> {
|
||||||
const port = await getPort()
|
const port = await getPort()
|
||||||
const port2 = await getPort(port + 1)
|
const port2 = await getPort(port + 1)
|
||||||
|
const port3 = await getPort(port2 + 1)
|
||||||
const pdsUrl = `http://localhost:${port}`
|
const pdsUrl = `http://localhost:${port}`
|
||||||
const id = ids.next()
|
const id = ids.next()
|
||||||
|
|
||||||
@@ -71,6 +72,8 @@ export async function createServer(
|
|||||||
},
|
},
|
||||||
bsky: {
|
bsky: {
|
||||||
dbPostgresSchema: `bsky_${id}`,
|
dbPostgresSchema: `bsky_${id}`,
|
||||||
|
port: port3,
|
||||||
|
publicUrl: 'http://localhost:2584',
|
||||||
},
|
},
|
||||||
plc: {port: port2},
|
plc: {port: port2},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user