-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.env
52 lines (37 loc) · 857 Bytes
/
template.env
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
### Fill in the values and rename the file to .env ###
## MySQL ##
MYSQLDB_ROOT_PASSWORD=***
MYSQLDB_DATABASE=***
MYSQLDB_LOCAL_PORT=***
MYSQLDB_DOCKER_PORT=***
MYSQLDB_USER=***
## POE App ##
POE_API_URL=https://api.pathofexile.com
POE_NINJA_API_URL=https://poe.ninja/api/data
POE_OAUTH_URL=***
REDIRECT_URI=***
CLIENT_ID=***
CLIENT_SECRET=***
## Server security ##
SPRING_JWT_SECRET=***
JWT_EXPIRATION_Ms=***
## Log4j ##
LOG_PATTERN=***
APP_LOG_ROOT=***
APPLICATION_LOGGING_LEVEL=***
# Console/RollingFile
LOGGING_APPENDER=***
## Spring Boot ##
SPRING_PROFILE_ACTIVE=***
SPRING_LOCAL_PORT=***
SPRING_DOCKER_PORT=***
## Spring Security ##
DEFAULT_ADMIN_USERNAME=***
DEFAULT_ADMIN_PASSWORD=***
## Render URL ##
RENDER_DB_HOST=***
RENDER_DB_DATABASE=***
RENDER_DB_USER=***
RENDER_DB_PASSWORD=***
## Sheduled Jobs ##
PRICE_FETCH_JOB_DELAY_MS=***