Skip to content

Commit 360f700

Browse files
committed
Fix url
1 parent fcb4cc4 commit 360f700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/privateEnv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type PrivateEnv = z.infer<typeof PrivateEnv>
1616
const defaultAdminKey = 'joppe' as const
1717

1818
export const privateEnv = {
19-
redisUrl: dev ? 'redis://localhost:6379' : PRIVATE_REDIS_URL,
19+
redisUrl: dev ? 'redis://127.0.0.1:16379' : PRIVATE_REDIS_URL,
2020
postgresUrl: dev ? 'postgres://postgres:postgres@localhost:5432/postgres' : PRIVATE_POSTGRES_URL,
2121
statsdHost: PRIVATE_STATSD_HOST,
2222
statsdPort: Number(PRIVATE_STATSD_PORT),

0 commit comments

Comments
 (0)