Skip to content

Commit 4371db7

Browse files
committed
[DOP-29496] Change config.yaml -> config.yml file name
1 parent bb2c12c commit 4371db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
SYNCMASTER_CONFIG_FILE=${SYNCMASTER_CONFIG_FILE:-/app/config.yaml}
3+
SYNCMASTER_CONFIG_FILE=${SYNCMASTER_CONFIG_FILE:-/app/config.yml}
44
SYNCMASTER__UI__API_BROWSER_URL_DEFAULT="http://localhost:8000"
55
SYNCMASTER__UI__AUTH_PROVIDER_DEFAULT="dummyAuthProvider"
66

0 commit comments

Comments
 (0)