| Server IP : 115.244.3.116 / Your IP : 216.73.217.128 Web Server : Apache/2.4.52 (Ubuntu) System : Linux dev 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /opt/hosting/lovesaga/ |
Upload File : |
# PROJECT SECRET KEY # secret_key='django-insecure-zf)nn7d7w!)3h14+rz(w=43je7rl842vonx7_djt%l0^#p*$jd' secret_key = 'django-insecure-2x0jyqul*3zfg$e!21*k88mn6g89vz5c2ugh-jhz6ec6l4pl!m' # ALL URL static_url = 'static/' media_url = 'media/' love_saga_db_url = 'love_saga_db/' # SESSION session_engine = 'django.contrib.sessions.backends.db' session_cookie_age = 900 session_expire_at_browser_close = True ############# # FOR LOCAL # ############# ### LOCAL DATABASE CREDENTIAL ### engine = 'django.db.backends.mysql' name = 'lovesaga' db_user = 'lovesaga' password = '5Tof*8yeWrU4' host = '172.16.30.52' port = '' charset = 'utf8mb4' init_command = 'SET collation_connection=utf8mb4_unicode_ci' ### LOCAL ROOT PATH ### media_root = '/opt/lovesaga_data/media/' static_root = '/opt/lovesaga_data/static/' love_saga_db_root = '/opt/lovesaga_data/love_saga_db/' project_path = '/opt/lovesaga_data/' log_file_path = '/opt/hosting/lovesaga/lovesaga/logs/lovesaga.log'