diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-19 01:52:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-19 01:52:36 +0800 |
commit | 6b7fde00f317cca53fb1675e0ccddd863b0962b2 (patch) | |
tree | e1091ffcf9e3571c1a9de4a71b12f0527397af19 /Timeline/appsettings.Development.json | |
parent | 2d672de8ea109c923d5a8697e44d5cbbf976ead2 (diff) | |
parent | c7980afb3098acf4ea13cd4972d37e925248bae4 (diff) | |
download | timeline-6b7fde00f317cca53fb1675e0ccddd863b0962b2.tar.gz timeline-6b7fde00f317cca53fb1675e0ccddd863b0962b2.tar.bz2 timeline-6b7fde00f317cca53fb1675e0ccddd863b0962b2.zip |
Merge pull request #43 from crupest/avatar
Add avatar feature.
Diffstat (limited to 'Timeline/appsettings.Development.json')
-rw-r--r-- | Timeline/appsettings.Development.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/appsettings.Development.json b/Timeline/appsettings.Development.json index db4b074a..424b3885 100644 --- a/Timeline/appsettings.Development.json +++ b/Timeline/appsettings.Development.json @@ -7,6 +7,6 @@ }
},
"JwtConfig": {
- "SigningKey": "crupest hahahahahahahhahahahahaha"
+ "SigningKey": "this is very very very very very long secret"
}
}
|