-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.yaml
40 lines (37 loc) · 877 Bytes
/
env.yaml
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
##################################################
# env.yaml
# using yenv: https://github.com/jeffijoe/yenv
#
# Contains our environment variables.
# When the environment actually specifies
# any of the values here, the actual environment
# variables win. See the yenv docs.
##################################################
# Base config that is mixed in by the others.
base:
LOG_LEVEL: debug
# Development environment.
local:
~compose: base
mqtt:
server: mqtt://127.0.0.1:1883
username:
password:
test:
# Test environment is based on development.
~compose: local
# Disable logging for tests
# LOG_LEVEL: off
mqtt:
server: mqtt://127.0.0.1:1883
username:
password:
# Production environment.
production:
# Production environment is based on development.
~compose: local
mqtt:
server:
username:
password:
port: