diff options
author | emkael <emkael@tlen.pl> | 2017-08-22 20:38:11 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-08-22 20:38:11 +0200 |
commit | c94ddd514fb44f50c82cad8f8684d72805522bb6 (patch) | |
tree | 2fa6558ba6872625fd8f2590ea420da8f0d8d266 /Aktywator/app.config | |
parent | b806ab2d43746a2c5af4a9db50924db93fc7242a (diff) |
Adding property flag set on first MySQL configuration save
Diffstat (limited to 'Aktywator/app.config')
-rw-r--r-- | Aktywator/app.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Aktywator/app.config b/Aktywator/app.config index 7473011..f8dd4d2 100644 --- a/Aktywator/app.config +++ b/Aktywator/app.config @@ -19,6 +19,9 @@ <setting name="PORT" serializeAs="String"> <value>3306</value> </setting> + <setting name="CONFIGURED" serializeAs="String"> + <value>False</value> + </setting> </Aktywator.Properties.Settings> </userSettings> </configuration>
\ No newline at end of file |