diff options
| author | fschildt <florian.schildt@protonmail.com> | 2025-10-17 18:28:00 +0200 | 
|---|---|---|
| committer | fschildt <florian.schildt@protonmail.com> | 2025-10-17 18:37:35 +0200 | 
| commit | acce3095ee2818d879c3c5a179f992d686e43200 (patch) | |
| tree | 3a65ae0b00eb4f2129ae33ce8e5adff9c77efb82 /fsweb/settings.py | |
| parent | 574f6446a1088c5bc558f15883858b3aa7a1f880 (diff) | |
rename .env -> .env.dev
Diffstat (limited to 'fsweb/settings.py')
| -rw-r--r-- | fsweb/settings.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fsweb/settings.py b/fsweb/settings.py index 5f02be0..abc823e 100644 --- a/fsweb/settings.py +++ b/fsweb/settings.py @@ -25,7 +25,7 @@ env = os.getenv('DJANGO_ENV')  if env == 'production':      load_dotenv('/var/www/fsweb/config/.env')  else: -    load_dotenv('.env') +    load_dotenv('.env.dev')  DEBUG = os.getenv('DEBUG') == 'True'  SECRET_KEY = os.getenv('SECRET_KEY')  | 
