diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b810e31 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=lf \ No newline at end of file diff --git a/allinone/entrypoint.sh b/allinone/entrypoint.sh index 5bdb3f8..c4e6630 100755 --- a/allinone/entrypoint.sh +++ b/allinone/entrypoint.sh @@ -44,6 +44,7 @@ if [ ! "${LOG_LEVEL}" ]; then export LOG_LEVEL=ERROR fi sed -i "s@root: INFO@root: ${LOG_LEVEL}@g" /opt/chen/config/application.yml +sed -i "s@endpoint: .*@endpoint: http://localhost:8080@g" /opt/chen/config/application.yml sed -i "s@address: static://127.0.0.1:9090@address: static://127.0.0.1:9092@g" /opt/chen/config/application.yml if [ -f "/etc/init.d/cron" ]; then