If you are running Flux using code, add the following to you engine configuration.
config.setDatabaseType(DatabaseType. "Look below for your database information" ); config.setDriver( "Look below for your database information" ); config.setUrl( "Look below for your database information" ); config.setJdbcUsername( "userName" ); config.setJdbcPassword( "password" ); config.setRegistryPort( 1099 ); 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.