sahiltheway
sahiltheway
RRailway
Created by sahiltheway on 6/23/2024 in #✋|help
Occasional spikes in egress with no user activity
No description
13 replies
RRailway
Created by sahiltheway on 6/23/2024 in #✋|help
Occasional spikes in egress with no user activity
Thanks. WIll do this tonight and closely monitor it for the next 2 weeks. 🙂
13 replies
RRailway
Created by sahiltheway on 6/23/2024 in #✋|help
Occasional spikes in egress with no user activity
No description
13 replies
RRailway
Created by sahiltheway on 6/23/2024 in #✋|help
Occasional spikes in egress with no user activity
I am connecting with the database private url
module.exports = ({ env }) => ({
connection: {
client: "postgres",
connection: {
connectionString: env("DATABASE_PRIVATE_URL"),
host: env("DATABASE_HOST"),
port: env("DATABASE_PORT"),
database: env("DATABASE_NAME"),
user: env("DATABASE_USERNAME"),
password: env("DATABASE_PASSWORD"),
ssl: {
rejectUnauthorized: env.bool("DATABASE_SSL_SELF", false),
},
},
debug: false,
},
})
module.exports = ({ env }) => ({
connection: {
client: "postgres",
connection: {
connectionString: env("DATABASE_PRIVATE_URL"),
host: env("DATABASE_HOST"),
port: env("DATABASE_PORT"),
database: env("DATABASE_NAME"),
user: env("DATABASE_USERNAME"),
password: env("DATABASE_PASSWORD"),
ssl: {
rejectUnauthorized: env.bool("DATABASE_SSL_SELF", false),
},
},
debug: false,
},
})
Ref: https://docs.strapi.io/dev-docs/configurations/database#connection-parameters
13 replies
RRailway
Created by sahiltheway on 6/23/2024 in #✋|help
Occasional spikes in egress with no user activity
fa6dbc09-b00a-4968-a736-60d939742cea
13 replies
RRailway
Created by sahiltheway on 2/18/2024 in #✋|help
One project doesn't sleep. Others do.
No description
5 replies
RRailway
Created by sahiltheway on 2/18/2024 in #✋|help
One project doesn't sleep. Others do.
No description
5 replies
RRailway
Created by sahiltheway on 2/18/2024 in #✋|help
One project doesn't sleep. Others do.
fa6dbc09-b00a-4968-a736-60d939742cea
5 replies