separate out blob file migrator
This commit is contained in:
@@ -11,7 +11,7 @@ default: &default
|
||||
|
||||
redux_prod: &redux_prod
|
||||
adapter: postgresql
|
||||
host: 10.166.33.171
|
||||
host: db
|
||||
port: 5432
|
||||
database: redux_prod
|
||||
username: scraper_redux
|
||||
@@ -20,6 +20,7 @@ redux_prod: &redux_prod
|
||||
|
||||
redux_staging: &redux_staging
|
||||
<<: *redux_prod
|
||||
host: 10.200.0.2
|
||||
username: scraper_redux_staging
|
||||
password: q6Jf8mXEUkAxdyHq1tUtCTPa1raX1QAT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user