You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Tue, Sep 10, 2019 at 11:58 AM vincent ***@***.***> wrote:
Hello, there is an error in the documentation for the connection to the
mongodb database.
You say : MONGODB_PORT_27017_TCP_ADDR: 'mongodb://mongo'
and
'apostrophe-db': {
uri: 'mongodb://' + process.env.MONGODB_PORT_27017_TCP_ADDR + ':' + process.env.MONGODB_PORT_27017_TCP_PORT + '/mydb'
},
But that will produce uri: 'mongodb://mongodb://mongo:2017/mydb'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#167?email_source=notifications&email_token=AAAH27OQRB4ZPONDD7GOQDTQI67YTA5CNFSM4IVJS3J2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HKPWOFQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAH27LL4U72IBUHWI44PTDQI67YTANCNFSM4IVJS3JQ>
.
--
Chief Software Architect
Apostrophe Technologies
Pronouns: he / him / his
Hello, there is an error in the documentation for the connection to the mongodb database.
You say :
MONGODB_PORT_27017_TCP_ADDR: 'mongodb://mongo'
and
But that will produce
uri: 'mongodb://mongodb://mongo:2017/mydb'
The text was updated successfully, but these errors were encountered: