Browse Source

e签宝 config。

dujian 3 weeks ago
parent
commit
8699adc302
1 changed files with 1 additions and 1 deletions
  1. 1 1
      alien_gateway/config.py

+ 1 - 1
alien_gateway/config.py

@@ -110,7 +110,7 @@ class Settings(BaseSettings):
 
     model_config = SettingsConfigDict(
         case_sensitive=True,
-        env_file=".env.dev",
+        env_file=".env.produ",
     )
 
 settings = Settings()