Skip to content

Commit 55c7ac9

Browse files
codez0mb1eCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a7da1f0 commit 55c7ac9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • rstudio-server/server

rstudio-server/server/.env

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# Example environment configuration only.
2+
# Do not commit real credentials to version control.
13
RSTUDIO_USER=data-scientist
2-
RSTUDIO_PASSWORD=your-very-secure-pwd-here
4+
# Set this locally to a strong password before use.
5+
RSTUDIO_PASSWORD=CHANGE_ME_LOCAL_ONLY
36
RSTUDIO_USERID=1000
47
RSTUDIO_GROUPID=1000
58
TZ=UTC

0 commit comments

Comments
 (0)