Checkpoint (added CORS)

This commit is contained in:
Darin Kelkhoff
2021-11-30 18:10:46 -06:00
parent 7cc13fc0f9
commit bfca6e1a55
2 changed files with 9 additions and 2 deletions

View File

@ -44,7 +44,7 @@ public class SampleMetaDataProvider
backend.setValue("port", "3306");
backend.setValue("databaseName", "opspath");
backend.setValue("username", "root");
backend.setValue("password", "8BNWyoav8s79oi}Lqk");
backend.setValue("password", "8BNWyoav8s79oi}Lqk"); // todo - load securely
return (backend);
}