-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (29 loc) · 893 Bytes
/
Copy path.env.example
File metadata and controls
37 lines (29 loc) · 893 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
31
32
33
34
35
36
37
# Database Configuration
MONGODB_URI=mongodb://mongo:27017/journaldb
REDIS_HOST=redis
REDIS_PASSWORD=your_redis_password
REDIS_PORT=6379
# Kafka Configuration
KAFKA_SERVERS=kafka:9092
KAFKA_USERNAME=your_kafka_username
KAFKA_PASSWORD=your_kafka_password
# Google OAuth2 Configuration
GOOGLE_CLIENT_ID=your_google_client_id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your_google_client_secret
# Email Configuration (Gmail)
JAVA_EMAIL=your_email@gmail.com
JAVA_EMAIL_PASSWORD=your_app_password
# Weather API Configuration
WEATHER_API_KEY=your_weather_api_key
# Server Configuration
SERVER_PORT=8080
SPRING_PROFILES_ACTIVE=production
# Security Configuration
JWT_SECRET=your_jwt_secret_key_min_32_characters_long
JWT_EXPIRATION_TIME=86400000
# Logging
LOGGING_LEVEL_ROOT=INFO
LOGGING_LEVEL_APP=INFO
# Application Configuration
ALLOW_CIRCULAR_REFERENCES=true
AUTO_INDEX_CREATION=true