kenken999 commited on
Commit
fe93b0b
1 Parent(s): 0d5f869
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ ENV OAUTH_ID=""
7
  # Uncomment the next section to keep backward compatibility with previous versions
8
  ## Following variables are used for backward compatibility with the previous security setup for the quickstart image
9
  ENV ADMIN_USERNAME="admin"
10
- ENV ADMIN_API_KEY="admin"
11
  ## The password has a minimum length of 8. Passwords with lower lengths will fail.
12
  ENV ADMIN_PASSWORD=12345678
13
  #
 
7
  # Uncomment the next section to keep backward compatibility with previous versions
8
  ## Following variables are used for backward compatibility with the previous security setup for the quickstart image
9
  ENV ADMIN_USERNAME="admin"
10
+ ENV ADMIN_API_KEY="12345678"
11
  ## The password has a minimum length of 8. Passwords with lower lengths will fail.
12
  ENV ADMIN_PASSWORD=12345678
13
  #