Multiple apps, one database heroku rails -
a friend , have idea create multiple apps via heroku using postgres.
is there away can tie in databases 1 singular database either pushing each 1 individually or having them indexed?
yes use heroku config
in app provisioned database connection string. use heroku config:set pg_url=3829w:8eh8fe78hfd@ffeiwfafdsa.amazonaws.com/8fdhufdsa
set database in other app. both apps use same database. won't overwrite each other, write same db.
Comments
Post a Comment