# 仓颉1.0.1模板配置文件

[project]
name = "cangjie1.0.1-template"
version = "1.0.1"
description = "仓颉1.0.1 HTTP服务器模板"
language = "cangjie"
framework = "http-server"

[build]
compiler = "cangjie"
target = "java"
source_dir = "src/main/cangjie"
output_dir = "build/classes"

[runtime]
main_class = "com.example.HelloWorld"
port = 8080
environment_variables = ["APP_PORT_1"]

[docker]
base_image = "hb.eazytec-cloud.com/eazytec/eazydevelop-cangjie:ubuntu20.04-cangjie1.0.1-latest"
exposed_ports = ["8080"]

[git]
remote_url = "https://gitlab.eazytec-cloud.com/eazy-template/cangjie1.0.1-template.git"
