This commit is contained in:
29
pom.xml
29
pom.xml
@@ -731,6 +731,35 @@
|
||||
</build>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>stage</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>process-resources</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<copy
|
||||
file="${basedir}/src/main/resources/egovframework/egovProps/globals-stage.properties"
|
||||
tofile="${project.build.outputDirectory}/egovframework/egovProps/globals.properties"
|
||||
overwrite="true"/>
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>prod</id>
|
||||
<build>
|
||||
|
||||
@@ -0,0 +1,147 @@
|
||||
#-----------------------------------------------------------------------
|
||||
#
|
||||
# globals.properties : \uc2dc\uc2a4\ud15c
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# 1. key = value \uad6c\uc870\uc785\ub2c8\ub2e4.
|
||||
# 2. key\uac12\uc740 \uacf5\ubc31\ubb38\uc790\ub97c \ud3ec\ud568\ubd88\uac00, value\uac12\uc740 \uacf5\ubc31\ubb38\uc790\ub97c \uac00\ub2a5
|
||||
# 3. key\uac12\uc73c\ub85c \ud55c\uae00\uc744 \uc0ac\uc6a9\ubd88\uac00, value\uac12\uc740 \ud55c\uae00\uc0ac\uc6a9\uc774 \uac00\ub2a5
|
||||
# 4. \uc904\uc744 \ubc14\uafc0 \ud544\uc694\uac00 \uc788\uc73c\uba74 '\'\ub97c \ub77c\uc778\uc758 \ub05d\uc5d0 \ucd94\uac00(\ub9cc\uc57d '\'\ubb38\uc790\ub97c \uc0ac\uc6a9\ud574\uc57c \ud558\ub294 \uacbd\uc6b0\ub294 '\\'\ub97c \uc0ac\uc6a9)
|
||||
# 5. Windows\uc5d0\uc11c\uc758 \ub514\ub809\ud1a0\ub9ac \ud45c\uc2dc : '\\' or '/' ('\' \uc0ac\uc6a9\ud558\uba74 \uc548\ub428)
|
||||
# 6. Unix\uc5d0\uc11c\uc758 \ub514\ub809\ud1a0\ub9ac \ud45c\uc2dc : '/'
|
||||
# 7. \uc8fc\uc11d\ubb38 \ucc98\ub9ac\ub294 #\uc0ac\uc6a9
|
||||
# 8. value\uac12 \ub4a4\uc5d0 \uc2a4\ud398\uc774\uc2a4\uac00 \uc874\uc7ac\ud558\ub294 \uacbd\uc6b0 \uc11c\ube14\ub9bf\uc5d0\uc11c \ucc38\uc870\ud560\ub54c\ub294 \uc5d0\ub7ec\ubc1c\uc0dd\ud560 \uc218 \uc788\uc73c\ubbc0\ub85c trim()\ud558\uac70\ub098 \ub9c8\uc9c0\ub9c9 \uacf5\ubc31\uc5c6\uc774 properties \uac12\uc744 \uc124\uc815\ud560\uac83
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
# \uc6b4\uc601\uc11c\ubc84 \ud0c0\uc785(WINDOWS, UNIX)
|
||||
Globals.OsType =UNIX
|
||||
|
||||
# DB\uc11c\ubc84 \ud0c0\uc785(ORACLE, MYSQL) - datasource \ubc0f sqlMap \ud30c\uc77c \uc9c0\uc815\uc5d0 \uc0ac\uc6a9\ub428
|
||||
#Globals.DbType =oracle
|
||||
Globals.DbType =mysql
|
||||
|
||||
# \uc704\uc800\ub4dc \uc0ac\uc6a9\uc2dc \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uad00\ub828 \uc124\uc815\uc744 \ubd88\ub7ec\uc634
|
||||
#Globals.DriverClassName=oracle.jdbc.OracleDriver
|
||||
#Globals.Url=jdbc:oracle:thin:@122.199.152.76:1521:oradev
|
||||
#Globals.UserName =say_cms
|
||||
#Globals.Password =sksrhdqnffkr
|
||||
|
||||
## \uc138\uc774\ud5ec\ud504\ub370\uc2a4\ud06c
|
||||
Globals.DriverClassName=com.mysql.jdbc.Driver
|
||||
#\uc6b4\uc601
|
||||
#Globals.Url=jdbc:mysql://192.168.0.217:3306/helpdesk_db?characterEncoding=utf8
|
||||
#\uac1c\ubc1c
|
||||
Globals.Url=jdbc:mysql://192.168.0.114:13314/helpdesk_db?characterEncoding=utf8
|
||||
Globals.UserName =helpdesk
|
||||
Globals.Password =helpdesk
|
||||
|
||||
# MainPage Setting
|
||||
Globals.MainPage =/EgovContent.do
|
||||
#\ud1b5\ud569\uba54\uc778\uba54\ub274
|
||||
#Globals.MainPage = /sym/mnu/mpm/EgovMainMenuHome.do
|
||||
|
||||
SMS.DriverClassName=com.mysql.jdbc.Driver
|
||||
SMS.Url=jdbc:mysql://122.199.152.77:3306/edosi?characterEncoding=utf8
|
||||
SMS.UserName=edosi
|
||||
SMS.Password=!dlehtl#
|
||||
|
||||
SMS.callback=07041152667
|
||||
SMS.ddd=
|
||||
SMS.guk=
|
||||
|
||||
Globals.Version=1.0
|
||||
Globals.OrgKey=
|
||||
Globals.OrgNm=\uc138\uc774\uc815\ubcf4\uae30\uc220
|
||||
Globals.OrgCode=8188
|
||||
|
||||
#Globals.AccessIp=10
|
||||
Globals.SiteTitle=\uc138\uc774\uc815\ubcf4\uae30\uc220 Help-desk (\uac1c\ubc1c)
|
||||
#Globals.MobileStartPage=/mobile/intro.do
|
||||
Globals.MobileStartPage=/login.do
|
||||
PushUrl=http://www.sejong.go.kr/sotong
|
||||
#PushUrl=http://122.199.152.176:8080/sotong
|
||||
|
||||
fileLogUseYn=N
|
||||
fileLogPath=/webapps/
|
||||
|
||||
MENU.PRJ = \ud504\ub85c\uc81d\ud2b8\uad00\ub9ac
|
||||
MENU.USER = \ud68c\uc6d0\uad00\ub9ac
|
||||
MENU.HDB = \uc694\uccad\uc791\uc5c5\uad00\ub9ac
|
||||
MENU.DTB = \uc790\ub8cc\uc2e4
|
||||
MENU.MYPAGE = \ub9c8\uc774\ud398\uc774\uc9c0
|
||||
MENU.BOARD.STT = \uac8c\uc2dc\ud310\uc774\uc6a9\ud604\ud669
|
||||
|
||||
# \ud658\uacbd\ud30c\uc77c \uc704\uce58
|
||||
Globals.ShellFilePath =globals.properties
|
||||
Globals.ServerConfPath =conf/server.properties
|
||||
Globals.ClientConfPath =conf/client.properties
|
||||
Globals.FileFormatPath =conf/format.properties
|
||||
Globals.GPKIConfPath =conf/gpki.properties
|
||||
Globals.ConfPath =conf
|
||||
Globals.MailRequestPath =mail/request/
|
||||
Globals.MailRResponsePath =mail/response/
|
||||
Globals.SMEConfigPath =conf/SMEConfig.properties
|
||||
|
||||
# WINDOWS\uc6a9 \uc258\ud30c\uc77c \uc815\ubcf4
|
||||
SHELL.WINDOWS.getHostName =prg/sh_001.bat
|
||||
SHELL.WINDOWS.getDrctryByOwner =prg/getDrctryByOwner.bat
|
||||
SHELL.WINDOWS.getDrctryOwner =prg/getDrctryOwner.bat
|
||||
SHELL.WINDOWS.moveDrctry =prg/moveDrctry.bat
|
||||
SHELL.WINDOWS.compileSchema =prg/compileSchema.bat
|
||||
SHELL.WINDOWS.getDiskAttrb =prg/getDiskAttrb.bat
|
||||
SHELL.WINDOWS.getDiskCpcty =prg/getDiskCpcty.bat
|
||||
SHELL.WINDOWS.getDiskExst =prg/getDiskExst.bat
|
||||
|
||||
# UNIX\uc6a9 \uc258\ud30c\uc77c \uc815\ubcf4 - \uac1c\ubc1cwas jeus\uc5d0\uc11c \uc0ac\uc6a9\ud560\ub54c \uae30\uc900
|
||||
SHELL.UNIX.getHostName =prg/sh_001.sh
|
||||
SHELL.UNIX.getDrctryByOwner =prg/getDrctryByOwner.sh
|
||||
SHELL.UNIX.getDrctryOwner =prg/getDrctryOwner.sh
|
||||
SHELL.UNIX.getDrctryAccess =prg/getDrctryAccess.sh
|
||||
SHELL.UNIX.getMountLc =prg/getMountLc.sh
|
||||
SHELL.UNIX.getDiskName =prg/getNetWorkInfo.sh
|
||||
SHELL.UNIX.moveDrctry =prg/moveDrctry.sh
|
||||
SHELL.UNIX.compileSchema =prg/compileSchema.sh
|
||||
SHELL.UNIX.getDiskAttrb =prg/getDiskAttrb.sh
|
||||
SHELL.UNIX.getDiskCpcty =prg/getDiskCpcty.sh
|
||||
SHELL.UNIX.getDiskExst =prg/getDiskExst.sh
|
||||
SHELL.UNIX.getProcInfo =prg/getProcInfo.sh
|
||||
|
||||
# LINUX\uc6a9 \uc258\ud30c\uc77c \uc815\ubcf4
|
||||
|
||||
# \uc5f0\uacc4
|
||||
# \uae30\uad00\ucf54\ub4dc\uc218\uc2e0\uc6a9(\uacbd\ub85c \uc124\uc815\uc740 \ubc18\ub4dc\uc2dc \uc808\ub300\uacbd\ub85c\ub97c \uc0ac\uc6a9\ud574\uc57c\ud568.)
|
||||
CNTC.INSTTCODE.DIR.rcv =D:/tmp/test/rcv/
|
||||
CNTC.INSTTCODE.DIR.rcvold =D:/tmp/test/rcvold/
|
||||
CNTC.INSTTCODE.DIR.bin =D:/tmp/test/bin/
|
||||
|
||||
CNTC.INSTTCODE.CMD.edircv =gcc_edircv.bat
|
||||
CNTC.INSTTCODE.CMD.edircvmsg =gcc_edircvmsg.bat
|
||||
|
||||
CNTC.INSTTCODE.INFO.userid =USERID
|
||||
CNTC.INSTTCODE.INFO.userpw =******
|
||||
|
||||
# \ud30c\uc77c \uc5c5\ub85c\ub4dc \uacbd\ub85c(\uacbd\ub85c \uc124\uc815\uc740 \ubc18\ub4dc\uc2dc \uc808\ub300\uacbd\ub85c\ub97c \uc0ac\uc6a9\ud574\uc57c\ud568, \uacbd\ub85c \ub4a4\uc5d0 /\ub97c \ubd99\uc5ec \uc8fc\uc5b4\uc57c\ud568.)
|
||||
#Globals.fileStorePath =/webapps/upload/
|
||||
Globals.fileStorePath =/webapps/proj/help_desk/upload/
|
||||
|
||||
# \ud30c\uc77c \ub3d9\uae30\ud654 \ucef4\ud3ec\ub10c\ud2b8\uc5d0\uc11c \uc0ac\uc6a9\ud560 \ud30c\uc77c \uc5c5\ub85c\ub4dc \uacbd\ub85c(\uacbd\ub85c \uc124\uc815\uc740 \ubc18\ub4dc\uc2dc \uc808\ub300\uacbd\ub85c\ub97c \uc0ac\uc6a9\ud574\uc57c\ud568, \uacbd\ub85c \ub4a4\uc5d0 /\ub97c \ubd99\uc5ec \uc8fc\uc5b4\uc57c\ud568.)
|
||||
Globals.SynchrnServerPath =C:/egovframework/upload/Synch/
|
||||
|
||||
# for JFile properties
|
||||
system.uploadpath =C:/egovframework/upload/
|
||||
no.image.url =/resources/jfile/swfupload/images/no_img.gif
|
||||
ftp.server.ip =127.0.0.1
|
||||
ftp.user.id =test
|
||||
ftp.user.password =test
|
||||
|
||||
# Social(Facebook, Oauth \ucef4\ud3ec\ub10c\ud2b8 \uc0ac\uc6a9\uc2dc \ud65c\uc6a9)
|
||||
facebook.appId =
|
||||
facebook.appSecret =
|
||||
twitter.consumerKey =
|
||||
twitter.consumerSecret =
|
||||
|
||||
#LDAP\uc870\uc9c1\ub3c4\uad00\ub9ac \ucef4\ud3ec\ub10c\ud2b8 \uc0ac\uc6a9\uc2dc LDAP\uc11c\ubc84\uc124\uc815\uc815\ubcf4 \ud544\uc694
|
||||
ldap.url =ldap://localhost:10389
|
||||
ldap.rootDn =c=kr
|
||||
ldap.username =uid=admin,ou=system
|
||||
ldap.password =secret
|
||||
Reference in New Issue
Block a user