#local directories # The path to your repository INFAMOUSDIR=${HOME}/WORKSPACE/cea-infamous # ALL BELOW DEFAULT PATHS ARE SAFE BECAUSE THOSE ARE INCLUDED IN THE .GITIGNORE FILE. # YOU CAN OVERRIDE THEM BY LOCAL PATHS (Please use absolute paths to avoid issues) # BUT ALL CONFIGURED DIRECTORIES MUST BE OUTSIDE OF THE REPO TO AVOID COMMITTING THEM TO THE REPO. # The directory to store your python virtual environments ENVDIR=${INFAMOUSDIR}/_envs # (Optionnal) The directory to store your data files DATADIR=${INFAMOUSDIR}/_data # (Optionnal) The directory to store your logs files LOGDIR=${INFAMOUSDIR}/_logs # (Optionnal) The directory to store files downloaded from the api server APIDIR=${INFAMOUSDIR}/_apiserver #api-server pem_path= api_user= api_suuser= bastion_server= api_server= #GitHub ghToken= #Reporting-DB hostReportingDB= portReportingDB= dbnameReportingDB= usernameReportingDB= passwordReportingDB= #Delphi usernameDelphi= passwordDelphi= privateKeyDelphi= passPhraseDelphi= accountDelphi= dbnameDelphi= warehouseDelphi= accountDelphiDev= passwordDelphiDev= privateKeyDelphiDev= passPhraseDelphiDev= dbnameDelphiDev= accountDelphiStage= passwordDelphiStage= privateKeyDelphiStage= passPhraseDelphiStage= dbnameDelphiStage= #S3 awsAccessKeyId= awsSecretAccessKey= awsS3Bucket= #Tableau tableauServer= tableauUsername= tableauPassword= #Spotify API spotifyClientId= spotifyClientSecret= spotifyTokenDirPath= spotifyUsername= #Apple Music API appleSecretFile= appleSecret= appleKeyId= appleTeamId= #Google API googleApiKeyPath= #SMTP smtpHost= smtpPort= smtpKey= smtpSecret= #Luminate API luminateLogin= luminatePassword= luminateApiKey=