-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.staging
More file actions
30 lines (24 loc) · 735 Bytes
/
.env.staging
File metadata and controls
30 lines (24 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Staging Environment Configuration
# MySQL Database Configuration
MYSQL_ROOT_PASSWORD=staging_secure_password_123
MYSQL_DATABASE=welcomer_staging_db
MYSQL_USER=welcomer_staging
MYSQL_PASSWORD=staging_secure_password_456
# MongoDB Configuration
MONGO_INITDB_ROOT_USERNAME=staging_admin
MONGO_INITDB_ROOT_PASSWORD=staging_mongo_password_789
MONGO_INITDB_DATABASE=welcomer_staging_db
# Redis Configuration
REDIS_PASSWORD=staging_redis_password_321
# Kafka Configuration
KAFKA_VERSION=7.4
ZOOKEEPER_VERSION=7.4
# Elasticsearch Configuration
ELASTIC_VERSION=8.15.0
ELASTIC_PASSWORD=staging_elastic_password_654
# Application Configuration
APP_PORT=8080
SPRING_PROFILES_ACTIVE=staging
DEBUG_PORT=5005
# Environment
ENVIRONMENT=staging