Skip to content

Commit 166bd79

Browse files
committed
Change name on enviroment. Fix error in dats in config
1 parent c22bc44 commit 166bd79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.elasticbeanstalk/config.global.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
branch-defaults:
22
master:
3-
environment: Moresleep-prod-11
3+
environment: Moresleep-prod21
44
global:
55
application_name: moresleep
66
default_ec2_keyname: javabin

src/main/kotlin/no/java/moresleep/conference/ReadConfigCommand.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import no.java.moresleep.UserType
88
class ReadConfig(
99
val conferenceUrl:String="https://sleepingpill.javazone.no/public/allSessions/javazone_2024",
1010
val conferenceName:String="JavaZone 2024",
11-
val conferenceDates:List<String> = listOf("04.09.2023","05.09.2023"),
12-
val workshopDate:String="03.09.2023"
11+
val conferenceDates:List<String> = listOf("04.09.2024","05.09.2024"),
12+
val workshopDate:String="03.09.2024"
1313
):ServiceResult()
1414

1515
class ReadConfigCommand:Command {

0 commit comments

Comments
 (0)