Commit b2ce38bf authored by Ghitha Dinan's avatar Ghitha Dinan

change config

parent 4e157a34
......@@ -2,8 +2,8 @@ package id.co.sangkuriang.inovasi.daerah.master.constant
import java.io.File
//const val ROOT_DIR = "D:\\app-files\\"
const val ROOT_DIR = "D:\\app-files\\inovasi_daerah_master\\files\\"
//const val ROOT_DIR = "/home/inovasi-daerah/data/files/inovasi_daerah_master/"
val UPLOAD_DIR = "${ROOT_DIR}uploads${File.separator}"
val UPLOAD_ICON_APPLICATION_CATEGORY_DIR = "${UPLOAD_DIR}apllication_category/icon"
......
......@@ -4,7 +4,7 @@ spring.profiles.active=development
server.port=8080
# DATABASE CONFIG
spring.datasource.url=jdbc:postgresql://localhost:5432/inovasi_daerah_db
spring.datasource.url=jdbc:postgresql://localhost:5432/inovasi_daerah_backup
spring.datasource.username=postgres
spring.datasource.password=root
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment