19/03/23 - 19h45

master
cherif 2023-03-19 19:45:22 +01:00
parent 66a1a793b7
commit 3e2074c9f8
3 changed files with 2520 additions and 8 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="1122d9e2-679f-46d6-8c4f-97e9ae4041b5" name="Changes" comment="16/03/23 - 17h45">
<list default="true" id="1122d9e2-679f-46d6-8c4f-97e9ae4041b5" name="Changes" comment="18/03/23 - 21h45">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/GlobalVariable.py" beforeDir="false" afterPath="$PROJECT_DIR$/GlobalVariable.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" />
<change beforePath="$PROJECT_DIR$/lms_chamilo/mysy_lms.py" beforeDir="false" afterPath="$PROJECT_DIR$/lms_chamilo/mysy_lms.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -350,7 +350,14 @@
<option name="project" value="LOCAL" />
<updated>1678993462192</updated>
</task>
<option name="localTasksCounter" value="41" />
<task id="LOCAL-00041" summary="18/03/23 - 21h45">
<created>1679173109666</created>
<option name="number" value="00041" />
<option name="presentableId" value="LOCAL-00041" />
<option name="project" value="LOCAL" />
<updated>1679173109666</updated>
</task>
<option name="localTasksCounter" value="42" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -365,7 +372,6 @@
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="09/01/22 à 11h" />
<MESSAGE value="13/01/22 à 20h" />
<MESSAGE value="15/01/2023 - 22h" />
<MESSAGE value="18/01/23 - 21h" />
@ -390,6 +396,7 @@
<MESSAGE value="28/02/23 - 17h45" />
<MESSAGE value="06/03/23 - 17h45" />
<MESSAGE value="16/03/23 - 17h45" />
<option name="LAST_COMMIT_MESSAGE" value="16/03/23 - 17h45" />
<MESSAGE value="18/03/23 - 21h45" />
<option name="LAST_COMMIT_MESSAGE" value="18/03/23 - 21h45" />
</component>
</project>

View File

@ -308,7 +308,7 @@ if (MYSY_ENV == "PROD"):
MYSY_MARIADB_USER_PASS = "fB5z%M)GG&g!n2c"
MYSY_MARIADB_HOST = "192.168.1.21"
MYSY_MARIADB_PORT = 3306
MYSY_LMS_BDD = "mysy_chamilo"
MYSY_LMS_BDD = "mysy_db_chamilo"
elif (MYSY_ENV == "DEV"):
@ -316,7 +316,8 @@ elif (MYSY_ENV == "DEV"):
MYSY_MARIADB_USER_PASS = "fB5z%M)GG&g!n2c"
MYSY_MARIADB_HOST = "192.168.1.21"
MYSY_MARIADB_PORT = 3306
MYSY_LMS_BDD = "chamilo2"
MYSY_LMS_BDD = "mysy_db_chamilo"
#MYSY_LMS_BDD = "chamilo2"
elif (MYSY_ENV == "REC"):
MYSY_MARIADB_USER = "mysy_mariadb_user"

File diff suppressed because one or more lines are too long