We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a673bad commit 826434cCopy full SHA for 826434c
conf.py
@@ -98,7 +98,7 @@
98
99
args = {
100
"STACKABLE_USER_NAME": "stackable",
101
- "STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
102
- "STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
+ "STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
+ "STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
103
"DELETE_CACHES": "true",
104
}
0 commit comments