Skip to content

Commit 8aca064

Browse files
authored
Merge pull request #2 from shizen-connect/feature/create_docker_apikey
add api key to Steve api for docker
2 parents 7de5561 + e1a0e3a commit 8aca064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/config/docker/main.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ auth.password = 1234
2121
# Both must be set for Web APIs to be enabled. Otherwise, we will block all calls.
2222
#
2323
webapi.key = STEVE-API-KEY
24-
webapi.value =
24+
webapi.value = 1234
2525

2626
# Jetty configuration
2727
#

0 commit comments

Comments
 (0)