FROM fraunhoferiosb/frost-server-http:2.6

ENV http_cors_enable=true
ENV http_cors_allowed.origins=*

ENV persistence_db_driver=org.postgresql.Driver
ENV persistence_autoUpdateDatabase=true
ENV persistence_db_conn_idle_min=1

ENV defaultTop=2000
ENV maxTop=10000

ENV auth_provider=de.fraunhofer.iosb.ilt.frostserver.auth.basic.BasicAuthProvider
ENV auth_allowAnonymousRead=false
ENV auth_autoUpdateDatabase=true
ENV auth_realmName=gdi-frost
ENV auth_plainTextPassword=true
ENV auth_db_driver=org.postgresql.Driver
ENV auth_db_conn_idle_min=1