If you are running Flux using code, add the following to your engine configuration.
config.setDatabaseType(DatabaseType. "Follow link below for your database information" ); config.setDriver( "Follow link below for your database information" ); config.setUrl( "Follow link below for your database information" ); config.setJdbcUsername( "userName" ); config.setJdbcPassword( "password" ); config.setMaxConnections( 20 ); config.setConcurrencyLevel( 15 ); |
Where "config" is an instance of flux.Configuration.
For more information about the expected values for these settings, or about configuring Flux to run with a database in general, see Configuring Flux to run with Databases.
Comments
Please sign in to leave a comment.