Start a new topic

Different postgres url connection string for staging/dev/prod env

We haveĀ 3 projects live for dev,stage and prod with different settings e.g. for the s3 image addon etc. Each project is connected to the same repo on github but automatically deploys from a different branch.


Each spider has a custom pipeline which writes to its equivalent PostgreSQL database (i.e. dev,stage,prod). is there a way to specify in the individual project the url string to write to?

Login to post a comment