Simplify rxconfig template (#1492)

This commit is contained in:
Nikhil Rao 2023-08-01 15:04:23 -07:00 committed by GitHub
parent fb7e2b6a0c
commit 9acfaf1706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,4 @@ class {{ config_name }}(rx.Config):
config = {{ config_name }}(
app_name="{{ app_name }}",
db_url="{{ const.db_url }}",
env=rx.Env.DEV,
)