Files
METH_Transcendence/docker-compose/requirements/djangoserver/file/server/server/data.py

20 lines
1.0 KiB
Python

# **************************************************************************** #
# #
# ::: :::::::: #
# data.py :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tomoron <tomoron@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/09/10 16:35:20 by tomoron #+# #+# #
# Updated: 2024/09/10 16:57:44 by tomoron ### ########.fr #
# #
# **************************************************************************** #
UID42 = "ENV_UID_42"
SECRET42 = "ENV_SECRET_42"
SERVER_URL = "ENV_SERVER_URL"
ICLOUD_PASS= "ENV_ICLOUD_PASS"
ICLOUD_USER = "ENV_ICLOUD_USER"