You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
10 KiB

# Application Information # ~~~~~ application.name=\u004c\u006f\u0067\u004d\u0061\u006e\u0061\u0067\u0065 application.id= application.sid=1719173642480254976 application.callback.url=http://117.78.10.170:3000/api/v1/message/preview/ application.description= application.version=1.0.0 # Author/Company # ~~~~~ application.author=Sunwiseinfo application.copyright=Copyright (c) {year} Sunwise. All Rights Reserved. # Header Logo # ~~~~~ # width 237.07mm height 35.28mm application.logo =img/logo.png # width 334.43mm height 163.69mm application.login.logo =img/login.png # Home Website # ~~~~~ # Link to be used with header logo application.home=http://www.sunwiseinfo.com # Link to the online help # ~~~~~ application.help=http://docs.sunwiseinfo.com # Application deployment mode # ~~~~~ # Set to 'dev' for development mode else 'prod' application.mode=dev # CSS Theme # ~~~~~ # Set default CSS theme, for example `blue` application.theme=hypaas-sunwise # Default Locale (language) # ~~~~~ # Set default application locale (en, fr, fr_FR, en_US) application.locale=zh_CN #context.app = com.hypaas.apps.base.service.app.AppService #context.appLogo = com.hypaas.apps.base.service.user.UserService:getUserActiveCompanyLogoLink # Encryption # ~~~~~ # Set encryption password #encryption.password = MySuperSecretKey # Set encryption algorithm (CBC or GCM) #encryption.algorithm = CBC # Database settings # ~~~~~ # See hibernate documentation for connection parameters #local logout config auth.logout.local=true #multi_tenancy config #application.multi_tenancy=true # PostgreSQL #db.default.driver = org.postgresql.Driver #db.default.ddl = update #db.default.url = jdbc:postgresql://localhost:5432/hypaas-erp #db.default.user = hypaas #db.default.password = hypaas # MySQL db.default.driver=com.mysql.cj.jdbc.Driver db.default.ddl=update db.default.url=jdbc:mysql://117.78.10.170:3006/app_zhangqiyang_app_master_pre?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true db.default.user=app_zhangqiyang db.default.password=Asdf123!@# #db.company1.name=Company 1 #db.company1.driver=com.mysql.cj.jdbc.Driver #db.company1.url=jdbc:mysql://localhost:3306/hy_iot_paas2?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false #db.company1.user=hypaas #db.company1.password=hypaas # #db.company2.name=Company 2 #db.company2.driver=com.mysql.cj.jdbc.Driver #db.company2.url=jdbc:mysql://localhost:3306/hy_iot_paas3?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false #db.company2.user=hypaas #db.company2.password=hypaas # Oracle #db.default.driver = oracle.jdbc.OracleDriver #db.default.ddl = update #db.default.url = jdbc:oracle:thin:@localhost:1521:oracle #db.default.user = hypaas #db.default.password = #Datasource jdbc.filters=stat,wall jdbc.maxActive=20 jdbc.initialSize=5 jdbc.maxWait=60000 jdbc.minIdle=10 jdbc.timeBetweenEvictionRunsMillis=60000 jdbc.minEvictableIdleTimeMillis=300000 jdbc.validationQuery=SELECT 1 jdbc.testWhileIdle=true jdbc.testOnBorrow=false jdbc.testOnReturn=false jdbc.maxOpenPreparedStatements=20 jdbc.removeAbandoned=true jdbc.removeAbandonedTimeout=1800 jdbc.logAbandoned=true #0:NONE,1:read_uncommitted,2:read_committed,4:REPEATABLE_READ,8:SERIALIZABLE jdbc.transactionIsolation=2 jdbc.cache_mode=ENABLE_SELECTIVE #jdbc.cache_mode = ALL jdbc.fetch_size=20 jdbc.batch_size=20 mybatis.environment.id=dev # Date Format # ~~~~~ date.format=dd/MM/yyyy # Timezone # ~~~~~ date.timezone=Asia/Shanghai # Session timeout (in minutes) # ~~~~~ session.timeout=60 # Storage path for upload files (attachments) # ~~~~~ # use {user.home} key to save files under user home directory, or # use absolute path where server user have write permission. file.upload.dir={user.home}/.hypaas/attachments # Upload filename pattern, default is auto where file is save with same name # in the given upload dir, if file is already there, a count number is # appended to file name. # # This can be overridden by providing custom name pattern, for example: # # file.upload.file