ZuluPilgrim
ZuluPilgrim
Same on Huawei P30 Pro
The following article https://toms3d.org/2021/11/05/octoprint-on-android-with-octo4a/ states, "One thing that I got sometimes is that when I had the phone in portrait orientation and then rotated it into landscape while Octo4a was...
.env file ``` ###### # DB # ###### DB_HOST=db DB_PORT=3309 DB_USERNAME=std_notes_user DB_PASSWORD=pwddb DB_DATABASE=standard_notes_db DB_TYPE=mysql ######### # CACHE # ######### REDIS_PORT=6379 REDIS_HOST=cache CACHE_TYPE=redis ######## # KEYS # ######## AUTH_JWT_SECRET=pwd1 AUTH_SERVER_ENCRYPTION_SERVER_KEY=pw2 VALET_TOKEN_SECRET=pw3...
Ok, I changed it back to dbpass and all worked. Is there no security issue using a published password?
I just wanted a password that was not the default so changed it everywhere i.e. POSTGRES_PASSWORD too but it would not connect. When I put it back to dbpass, it...