diff --git a/main.go b/main.go index 6847177..5a6718c 100644 --- a/main.go +++ b/main.go @@ -46,7 +46,7 @@ func main() { }) if os.Getenv("PANIC") == "true" { - panic("this is crashing") + panic("this is crashing..") } port := "3000" diff --git a/scalingo.json b/scalingo.json index 21f5a58..36f875f 100644 --- a/scalingo.json +++ b/scalingo.json @@ -6,7 +6,12 @@ "website": "https://scalingo.com", "formation": { "web": { - "amount": 1 + "amount": 1, + "size": "S" + }, + "test": { + "amount": 2, + "size": "S" } } } diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e69de29