{ "app": { "url": "http://localhost:8080" }, "price": { "per_300": 5, "vat": 7 }, "redis": { "host": "redis" }, "storage": { "data_path": "/data" }, "keys": { "length": 8, "charset": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f", "g", "h", "j", "k", "m", "n", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"] }, "crypto": { "hmac_integrity_seed": "<insert_secret_for_hmac_seed>", "private_key": { "seed": "<insert_secret_seed>", "bit_length": 2048, "date_format": "MM/YYYY" } }, "payments": { "paypal": { "development": { "base": "https://api-m.sandbox.paypal.com", "secret": "<INSERT_PAYPAL_APPLICATION_SECRET>", "client_id": "<INSERT_PAYPAL_CLIENT_ID>" } } } }