From d6f24d7a9850db0b05f6f6842d9363cd420a6c3e Mon Sep 17 00:00:00 2001 From: Menci Date: Thu, 29 Nov 2018 20:23:04 +0800 Subject: [PATCH] Modify config-example's default value for auto deploying --- config-example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config-example.json b/config-example.json index 3965e0c..8b3043e 100644 --- a/config-example.json +++ b/config-example.json @@ -5,7 +5,7 @@ "db": { "database": "syzoj", "username": "syzoj", - "password": null, + "password": "@DATABASE_PASSWORD@", "host": "127.0.0.1" }, "logo": { @@ -175,8 +175,8 @@ "url": "https://loj.ac/" } ], - "session_secret": "233", + "session_secret": "@SESSION_SECRET@", "rabbitMQ": "amqp://localhost/", - "email_jwt_secret": "test", + "email_jwt_secret": "@EMAIL_JWT_SECRET@", "google_analytics": "UA-XXXXXXXX-X" }