1
0
forked from baron/baron-sso

flutter 앱 description 수정, backend 포트포워딩 제거

This commit is contained in:
Lectom C Han
2026-02-10 17:35:16 +09:00
parent 8df95c8a13
commit 2441c64598
3 changed files with 2 additions and 4 deletions

View File

@@ -28,8 +28,6 @@ services:
- CLICKHOUSE_PORT=${CLICKHOUSE_PORT_NATIVE:-9000}
- CLICKHOUSE_USER=${CLICKHOUSE_USER:-baron}
- CLICKHOUSE_PASSWORD=${CLICKHOUSE_PASSWORD:-password}
ports:
- "${BACKEND_PORT:-3000}:3000"
depends_on:
- infra_check
networks:

View File

@@ -1,5 +1,5 @@
name: userfront
description: "A new Flutter project."
description: "바론 SW 포털"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev

View File

@@ -18,7 +18,7 @@
<meta charset="UTF-8" />
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
<meta name="description" content="A new Flutter project." />
<meta name="description" content="바론 SW 포털" />
<!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes" />