profile 경로 수정

This commit is contained in:
jangdongsin 2024-10-29 13:42:45 +09:00
parent 8e4538cf49
commit 2d36b481ab
4 changed files with 27 additions and 23 deletions

View File

@ -0,0 +1,27 @@
spring:
datasource:
server:
driver-class-name: org.mariadb.jdbc.Driver
url: jdbc:mariadb://localhost:3306/mjon
jdbc-url: jdbc:mariadb://localhost:3306/mjon
username: root
password: 1234
connectionTimeout: 30000
maximumPoolSize: 15
maxLifetime: 1800000
poolName: HikariCP
connectionTestQuery: SELECT 1
server:
port: 8090
shutdown: graceful
# ### 에이전트 설정 관련 ####################################################################################
#agent:
# root-path: /home/mjon_server_agent
# server-property-file: /home/mjon_server_agent/config/server.properties
# db-name: mjon_agent_back
agent:
root-path: /Users/jangdongsin/DevDocs/apps/itn/agent_server
server-property-file: /Users/jangdongsin/DevDocs/apps/itn/agent_server/config/server.properties
db-name: mjon_agent_back

View File

@ -1,23 +0,0 @@
spring:
datasource:
server:
driver-class-name: org.mariadb.jdbc.Driver
url: jdbc:mariadb://192.168.0.125:3306/mjon_agent_back
jdbc-url: jdbc:mariadb://192.168.0.125:3306/mjon_agent_back
username: mjonUr_agent
password: mjagent123$
connectionTimeout: 30000
maximumPoolSize: 15
maxLifetime: 1800000
poolName: HikariCP
connectionTestQuery: SELECT 1
server:
port: 8090
shutdown: graceful
# ### 에이전트 설정 관련 ####################################################################################
agent:
root-path: /home/mjon_server_agent
server-property-file: /home/mjon_server_agent/config/server.properties
db-name: mjon_agent_back