diff --git a/portal.properties b/portal.properties new file mode 100644 index 00000000..794ebb95 --- /dev/null +++ b/portal.properties @@ -0,0 +1,8 @@ + +isLocal=false + +dataSource.jdbcUrl = jdbc:postgresql://127.0.0.1:5432/navstatus +dataSource.username = postgres +dataSource.driverClassName= org.postgresql.Driver +dataSource.maximumPoolSize=32 +dataSource.passwordName=dbpass