Commit message

This commit is contained in:
support.sampyo 2024-05-23 06:58:17 +00:00
parent 50c7cdf2e8
commit 58b5077ced
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"modbus-server": { "modbus-server": {
"address": "25.7.55.237", "address": "172.17.16.202",
"port": 5020 "port": 5020
} }
} }

View File

@ -7,5 +7,5 @@ spec:
virtualEnv: base # 사용할 가상환경 이름입니다. virtualEnv: base # 사용할 가상환경 이름입니다.
package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.) package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
stackbase: stackbase:
tagName: v0.0.4 # Stackbase(gitea)에 릴리즈 태그명 입니 tagName: v0.0.5 # Stackbase(gitea)에 릴리즈 태그명 입니
repoName: sampyo-rs232 # Stackbase(gitea)에 저장될 저장소 이릅니다. repoName: sampyo-rs232 # Stackbase(gitea)에 저장될 저장소 이릅니다.