diff --git a/Rocket.toml b/Rocket.toml index 4b4856e..88a9b6b 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -2,7 +2,7 @@ secret_key = "/NtVGizglEoyoxBLzsRDWTy4oAG1qDw4J4O+CWJSv+fypD7W9sam8hUY4j90EZsbZk8wEradS5zBoWtWKi3k8w==" rss_key = "rss-key-for-ci" limits = { file = "10 MiB", data-form = "10 MiB"} -smtp_pw = "8kIjlLH79Ky6D3jQ" +smtp_pw = "my-smtp-password" usage_log_path = "./usage.txt" -openweathermap_key = "c8dab8f91b5b815d76e9879cbaecd8d5" +openweathermap_key = "openweather-key" wordpress_key = "pw-to-allow-sending-notifications"