-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv-example
More file actions
28 lines (18 loc) · 742 Bytes
/
env-example
File metadata and controls
28 lines (18 loc) · 742 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
############################
# General Setup
############################
APPLICATION=.
DATA_SAVE_PATH=~/.blog/data
APPLICATION_HTTP_PORT=8080
APPLICATION_GRPC_PORT=8082
### MYSQL ##############################################################################################################
MYSQL_DATABASE=default
MYSQL_USER=default
MYSQL_PASSWORD=secret
MYSQL_PORT=3306
MYSQL_ROOT_PASSWORD=root
### ELASTICSEARCH ######################################################################################################
ELASTICSEARCH_HOST_HTTP_PORT=9200
ELASTICSEARCH_HOST_TRANSPORT_PORT=9300
### KIBANA #############################################################################################################
KIBANA_HTTP_PORT=5601