浏览代码

stg prod yml add

于俊龙 1 周之前
父节点
当前提交
1d19ffcab4

+ 26 - 0
farm-crm/src/main/resources/application-prod.yml

@@ -0,0 +1,26 @@
+# Project Config
+farm:
+  # name
+  name: CRM
+  # version
+  version: 1.0.0
+  # copyrightyear year
+  copyrightYear: 2025
+  # File Path( Windows D:/farm/uploadPath,Linux  /home/farm/uploadPath)
+  profile: D:/farm/uploadPath
+  # ipアドレス取得スイッチ
+  addressEnabled: false
+  # 検証コードタイプmath数値計算char文字検証
+  captchaType: math
+
+# 開発環境の構成
+server:
+  # サーバのHTTPポート、デフォルトは8080
+  port: 9080
+
+# Spring
+spring:
+  datasource:
+    url: jdbc:postgresql://8.147.128.107:5432/farm
+    username: postgres
+    password: postgres123$

+ 26 - 0
farm-crm/src/main/resources/application-stg1.yml

@@ -0,0 +1,26 @@
+# Project Config
+farm:
+  # name
+  name: CRM
+  # version
+  version: 1.0.0
+  # copyrightyear year
+  copyrightYear: 2025
+  # File Path( Windows D:/farm/uploadPath,Linux  /home/farm/uploadPath)
+  profile: D:/farm/uploadPath
+  # ipアドレス取得スイッチ
+  addressEnabled: false
+  # 検証コードタイプmath数値計算char文字検証
+  captchaType: math
+
+# 開発環境の構成
+server:
+  # サーバのHTTPポート、デフォルトは8080
+  port: 9084
+
+# Spring
+spring:
+  datasource:
+    url: jdbc:postgresql://8.147.128.107:5432/farm
+    username: postgres
+    password: postgres123$

+ 26 - 0
farm-crm/src/main/resources/application-stg2.yml

@@ -0,0 +1,26 @@
+# Project Config
+farm:
+  # name
+  name: CRM
+  # version
+  version: 1.0.0
+  # copyrightyear year
+  copyrightYear: 2025
+  # File Path( Windows D:/farm/uploadPath,Linux  /home/farm/uploadPath)
+  profile: D:/farm/uploadPath
+  # ipアドレス取得スイッチ
+  addressEnabled: false
+  # 検証コードタイプmath数値計算char文字検証
+  captchaType: math
+
+# 開発環境の構成
+server:
+  # サーバのHTTPポート、デフォルトは8080
+  port: 9083
+
+# Spring
+spring:
+  datasource:
+    url: jdbc:postgresql://8.147.128.107:5432/farm
+    username: postgres
+    password: postgres123$

+ 26 - 0
farm-sankin/src/main/resources/application-prod.yml

@@ -0,0 +1,26 @@
+# Project Config
+farm:
+  # name
+  name: sankin
+  # version
+  version: 1.0.0
+  # copyrightyear year
+  copyrightYear: 2025
+  # File Path( Windows D:/farm/uploadPath,Linux  /home/farm/uploadPath)
+  profile: D:/farm/uploadPath
+  # ipアドレス取得スイッチ
+  addressEnabled: false
+  # 検証コードタイプmath数値計算char文字検証
+  captchaType: math
+
+# 開発環境の構成
+server:
+  # サーバのHTTPポート、デフォルトは8080
+  port: 9180
+
+# Spring
+spring:
+  datasource:
+    url: jdbc:postgresql://8.147.128.107:5432/farm
+    username: postgres
+    password: postgres123$

+ 26 - 0
farm-sankin/src/main/resources/application-stg1.yml

@@ -0,0 +1,26 @@
+# Project Config
+farm:
+  # name
+  name: sankin
+  # version
+  version: 1.0.0
+  # copyrightyear year
+  copyrightYear: 2025
+  # File Path( Windows D:/farm/uploadPath,Linux  /home/farm/uploadPath)
+  profile: D:/farm/uploadPath
+  # ipアドレス取得スイッチ
+  addressEnabled: false
+  # 検証コードタイプmath数値計算char文字検証
+  captchaType: math
+
+# 開発環境の構成
+server:
+  # サーバのHTTPポート、デフォルトは8080
+  port: 9182
+
+# Spring
+spring:
+  datasource:
+    url: jdbc:postgresql://8.147.128.107:5432/farm
+    username: postgres
+    password: postgres123$

+ 26 - 0
farm-sankin/src/main/resources/application-stg2.yml

@@ -0,0 +1,26 @@
+# Project Config
+farm:
+  # name
+  name: sankin
+  # version
+  version: 1.0.0
+  # copyrightyear year
+  copyrightYear: 2025
+  # File Path( Windows D:/farm/uploadPath,Linux  /home/farm/uploadPath)
+  profile: D:/farm/uploadPath
+  # ipアドレス取得スイッチ
+  addressEnabled: false
+  # 検証コードタイプmath数値計算char文字検証
+  captchaType: math
+
+# 開発環境の構成
+server:
+  # サーバのHTTPポート、デフォルトは8080
+  port: 9183
+
+# Spring
+spring:
+  datasource:
+    url: jdbc:postgresql://8.147.128.107:5432/farm
+    username: postgres
+    password: postgres123$

+ 26 - 0
farm-sankin/src/main/resources/application-test.yml

@@ -0,0 +1,26 @@
+# Project Config
+farm:
+  # name
+  name: sankin
+  # version
+  version: 1.0.0
+  # copyrightyear year
+  copyrightYear: 2025
+  # File Path( Windows D:/farm/uploadPath,Linux  /home/farm/uploadPath)
+  profile: D:/farm/uploadPath
+  # ipアドレス取得スイッチ
+  addressEnabled: false
+  # 検証コードタイプmath数値計算char文字検証
+  captchaType: math
+
+# 開発環境の構成
+server:
+  # サーバのHTTPポート、デフォルトは8080
+  port: 9181
+
+# Spring
+spring:
+  datasource:
+    url: jdbc:postgresql://8.147.128.107:5432/farm
+    username: postgres
+    password: postgres123$