From 1b27d69121e5e1bd4f432a00ddcbb5e3373a631a Mon Sep 17 00:00:00 2001 From: Sree P Date: Sat, 9 Mar 2024 08:53:28 -0800 Subject: [PATCH] removing unused placeholders --- config/application.example.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config/application.example.yml b/config/application.example.yml index cc76ea39a..d21c22170 100644 --- a/config/application.example.yml +++ b/config/application.example.yml @@ -1,14 +1,4 @@ # Add configuration values here, as shown below. -# -# pusher_app_id: "2954" -# pusher_key: 7381a978f7dd7f9a1117 -# pusher_secret: abdc3b896a0ffb85d373 -# stripe_api_key: sk_test_2J0l093xOyW72XUYJHE4Dv2r -# stripe_publishable_key: pk_test_ro9jV5SNwGb1yYlQfzG17LHK -# -# production: -# stripe_api_key: sk_live_EeHnL644i6zo4Iyq4v1KdV9H -# stripe_publishable_key: pk_live_9lcthxpSIHbGwmdO941O1XVU DATABASE_USERNAME: REPLACE_ME DATABASE_PASSWORD: REPLACE_ME