This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
group-1-db23/analysis/config_example.py
Sebastian Lenzlinger aebb6f01f4 SYNC COMMIT
2024-01-08 10:54:58 +01:00

12 lines
407 B
Python

# config.py, adjust as needed
# TODO COPY and then RENAME TO "config.py"
SSH_HOST = 'slenzlinger.dev'
SSH_USERNAME = 'sebl' #TODO: Enter own username
SSH_PASSWORD = 'your_ssh_password' # TODO: to not push to git
DB_NAME = 'your_database_name' # TODO
DB_USER = 'your_database_username' # TODO
DB_PASSWORD = 'your_database_password' # TODO
DB_HOST = 'your_database_host' # TODO
DB_PORT = 5433
SSH_PORT = 22