You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Take a look at real **Nettrine ORM** configuration example at [contributte/doctrine-project](https://github.com/contributte/doctrine-project/blob/f226bcf46b9bcce2f68961769a02e507936e4682/config/config.neon).
141
142
143
+
### Auto configuration
144
+
145
+
By default, this extension will try to autoconfigure itself.
146
+
147
+
-**proxyDir**: `%tempDir%/proxies`, if `%tempDir%` is not defined,, you have to define it manually.
148
+
-**autoGenerateProxyClasses**: `%debugMode%`, if `%debugMode%` is not defined, you have to define it manually.
149
+
-`0` means that the proxy classes must be generated manually.
150
+
-`1` means that the proxy classes are generated automatically.
151
+
-`2` means that the proxy classes are generated automatically when the proxy file does not exist.
152
+
-`3` means that the proxy classes are generated automatically using `eval()` (useful for debugging).
153
+
-`4` means that the proxy classes are generated automatically when the proxy file does not exist or when the proxied file changed.
0 commit comments