forked from Abdulbari/sgeUpdated
Test branch
This commit is contained in:
24
config.conf
Normal file
24
config.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
# SGE Application Configuration
|
||||
# This file contains configuration for both backend and frontend
|
||||
|
||||
# Database Configuration
|
||||
SPRING_DATASOURCE_URL=jdbc:postgresql://bgreen-database:5432/sge
|
||||
SPRING_DATASOURCE_USERNAME=sge
|
||||
SPRING_DATASOURCE_PASSWORD=147
|
||||
|
||||
# Server Configuration
|
||||
SERVER_PORT=8080
|
||||
|
||||
# Mail Configuration
|
||||
MAIL_HOSTNAME=mail.spacemail.com
|
||||
MAIL_SMTP_PORT=465
|
||||
MAIL_ADDRESS=info@blc-css.com
|
||||
MAIL_PASSWORD=123456Bb@
|
||||
|
||||
# React Application Configuration
|
||||
# API Configuration
|
||||
API_PROTOCOL=http
|
||||
API_HOST=bgreen-backend
|
||||
|
||||
# Application URLs
|
||||
APP_SURVEY_BASE_URL=https://bgreen.blc-css.com
|
||||
Reference in New Issue
Block a user