What text can I use to replace "changeit" with? #6
Unanswered
devAkatyal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Janishar,
I am trying to run this app along with node backend on my localhost. I am facing few issues. I have explained it below:
In .env file, we have:
DB_ADMIN_PWD, DB_USER_PWD, REDIS_PASSWORD have "changeit" text. What value we need to provided here?
Also, in Android app we have:
private val _password = MutableStateFlow(if (BuildConfig.DEBUG) "changeit" else "")
What value we need to provide for password here?
Beta Was this translation helpful? Give feedback.
All reactions