mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Dummy values for signing secrets
This commit is contained in:
parent
ea6347b1c7
commit
53531bb2f3
1 changed files with 7 additions and 1 deletions
|
@ -25,4 +25,10 @@ vector.httpLogLevel=BASIC
|
|||
|
||||
# Note: to debug, you can put and uncomment the following lines in the file ~/.gradle/gradle.properties to override the value above
|
||||
#vector.debugPrivateData=true
|
||||
#vector.httpLogLevel=BODY
|
||||
#vector.httpLogLevel=BODY
|
||||
|
||||
# Dummy values for signing secrets
|
||||
signing.element.storePath=pathTo.keystore
|
||||
signing.element.storePassword=Secret
|
||||
signing.element.keyId=Secret
|
||||
signing.element.keyPassword=Secret
|
||||
|
|
Loading…
Reference in a new issue