13 lines
235 B
Plaintext
13 lines
235 B
Plaintext
//config.txt
|
|
// Basic Information:
|
|
filename = "Temperature and Humidity Monitoring Configuration File";
|
|
|
|
// Parameters
|
|
params =
|
|
{
|
|
sqlServer = "localhost";
|
|
databaseName = "Monitoring";
|
|
username = "USERNAME";
|
|
password = "PASSWORD";
|
|
};
|