diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 990d5d5..7357b80 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,8 +1,30 @@ -shelf: - '1': #rack - '1': 26 #light/pin - '2': 20 - '3': 21 latitude: 51.751187549834086 longitude: -0.33916135825242166 -cronExpression: 0 5 1 * * * \ No newline at end of file +cronExpression: 0 5 2 * * * +--- +spring: + config: + activate: + on-profile: pi01 +shelf: + '1': #rack + '1': 5 #light/pin + '2': 6 + '2': + '1': 13 + '2': 19 +--- +spring: + config: + activate: + on-profile: pi02 +shelf: + '1': #rack + '1': 5 #light/pin + '2': 6 + # '3': 13 + '2': + '1': 19 + '2': 26 + '3': 21 +--- \ No newline at end of file