66 lines
2.7 KiB
Properties
66 lines
2.7 KiB
Properties
|
|
spring.config.use-legacy-processing=true
|
||
|
|
Globals.LocalIp=127.0.0.1
|
||
|
|
Globals.OsType=LINUX
|
||
|
|
Globals.DbType=postgresql
|
||
|
|
|
||
|
|
# Page Config
|
||
|
|
Globals.pageUnit=10
|
||
|
|
Globals.pageSize=10
|
||
|
|
|
||
|
|
# File Config
|
||
|
|
Globals.posblAtchFileSize=5242880
|
||
|
|
Globals.fileStorePath=./files
|
||
|
|
Globals.addedOptions=false
|
||
|
|
|
||
|
|
Globals.postgresql.DriverClassName=net.sf.log4jdbc.DriverSpy
|
||
|
|
Globals.postgresql.Url=jdbc:log4jdbc:postgresql://218.36.126.201:5432/kcsc_dev
|
||
|
|
Globals.postgresql.UserName=postgres
|
||
|
|
Globals.postgresql.Password=rhksflwk12!@
|
||
|
|
|
||
|
|
# MainPage Setting
|
||
|
|
Globals.MainPage = /cmm/main/mainPage.do
|
||
|
|
|
||
|
|
# \ud30c\uc77c \ud655\uc7a5\uc790 \ud654\uc774\ud2b8\ub9ac\uc2a4\ud2b8(\ud5c8\uc6a9\ubaa9\ub85d) : \ud30c\uc77c \ud655\uc7a5\uc790\ub97c (.)\uacfc \ud568\uaed8 \uc5f0\uc774\uc5b4\uc11c \uc0ac\uc6a9\ud558\uba70 (.)\ub85c \uc2dc\uc791\ud55c\ub2e4.
|
||
|
|
Globals.fileUpload.Extensions.Images = .gif.jpg.jpeg.png
|
||
|
|
Globals.fileUpload.Extensions = .gif.jpg.jpeg.png.xls.xlsx
|
||
|
|
|
||
|
|
# Access-Control-Allow-Origin
|
||
|
|
Globals.Allow.Origin = http://localhost:3000
|
||
|
|
|
||
|
|
#\uc554\ud638\ud654\uc11c\ube44\uc2a4 \uc54c\uace0\ub9ac\uc998 \ud0a4
|
||
|
|
#\uc8fc\uc758 : \ubc18\ub4dc\uc2dc \uae30\ubcf8\uac12 "egovframe"\uc744 \ub2e4\ub978\uac83\uc73c\ub85c \ubcc0\uacbd\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
|
||
|
|
Globals.crypto.algoritm = egovframe
|
||
|
|
|
||
|
|
#JWT secret key
|
||
|
|
#\uc8fc\uc758 : \ubc18\ub4dc\uc2dc \uae30\ubcf8\uac12 "egovframe"\uc744 \ub2e4\ub978\uac83\uc73c\ub85c \ubcc0\uacbd\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4
|
||
|
|
Globals.jwt.secret = egovframe
|
||
|
|
|
||
|
|
#server.servlet.context-path=/sht_boot_web
|
||
|
|
server.servlet.context-path=/
|
||
|
|
server.port = 8080
|
||
|
|
server.servlet.session.timeout=3600
|
||
|
|
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
|
||
|
|
|
||
|
|
|
||
|
|
#Logging
|
||
|
|
#file path\uc758 default \uac12\uc740 \ud504\ub85c\uc81d\ud2b8 root \uacbd\ub85c\uc774\ubbc0\ub85c \uc6d0\ud558\uc2dc\ub294 \uacbd\ub85c\ub85c \ubcc0\uacbd\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
|
||
|
|
logging.scan=true
|
||
|
|
logging.root.level=WARN
|
||
|
|
logging.file.name=backend
|
||
|
|
logging.file.path=./log
|
||
|
|
logging.rollingpolicy.maxFileSize=10MB
|
||
|
|
logging.rollingpolicy.maxHistory=90
|
||
|
|
|
||
|
|
# JPA Setting Info
|
||
|
|
spring.jpa.show-sql=false
|
||
|
|
spring.jpa.generate-ddl=false
|
||
|
|
spring.jpa.hibernate.naming.physical-strategy = org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
|
||
|
|
#logging.level.org.hibernate.type.descriptor.sql= DEBUG
|
||
|
|
#spring.jpa.properties.hibernate.diarect= org.hibernate.dialect.HSQLDialect
|
||
|
|
#spring.jpa.properties.hibernate.format_sql= true
|
||
|
|
#spring.jpa.properties.hibernate.show_sql= true
|
||
|
|
#spring.jpa.properties.hibernate.use_sql_comments= true
|
||
|
|
#spring.jpa.hibernate.id.new_generator_mappings: true
|
||
|
|
#spring.jpa.hibernate.ddl-auto= create
|
||
|
|
# option type: create, create-drop, update, validate, none
|