mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48:15 +00:00
Update streaming/database.js
This commit is contained in:
parent
999d9f1f31
commit
bbf7be4c45
|
@ -44,7 +44,7 @@ export function configFromEnv(env, environment, logger) {
|
|||
// of time to give a more specific error message:
|
||||
if (env.DATABASE_URL.includes('uselibpqcompat')) {
|
||||
throw new Error(
|
||||
'SECURITY WARNING: Mastodon forces uselibpqcompat mode, do not include it in DATABASE_URL',
|
||||
'Mastodon forces uselibpqcompat mode, do not include it in DATABASE_URL',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user