forked from BLC/sgeUpdated
25 lines
583 B
Plaintext
25 lines
583 B
Plaintext
# 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
|