Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unneeded Snowflake references on CI code (#46)

authored by

Juan Mrad and committed by
GitHub
b8accbd7 d83baa19

+1 -18
-14
.env.githubci
··· 29 29 30 30 SESSION_SECRET=some_long_secret_string 31 31 32 - # This first chunk of SNOWFLAKE_ variables are used by the migrator _and_ the 33 - # API server. 34 - SNOWFLAKE_USERNAME=CI_SERVICE_ACCOUNT 35 - SNOWFLAKE_PASSWORD= 36 - SNOWFLAKE_DB_NAME=CI_DB 37 - SNOWFLAKE_CLONE_SOURCE_DATABASE=CI_SNAPSHOT_DB 38 - SNOWFLAKE_ROLE=CI 39 - SNOWFLAKE_WAREHOUSE=CI 40 - 41 - # Everything below here is only used by the API server (for now). 42 - SNOWFLAKE_S3_BUCKET_NAME= 43 - SNOWFLAKE_S3_BUCKET_REGION=us-east-2 44 - 45 32 CLICKHOUSE_PROTOCOL=http 46 33 CLICKHOUSE_HOST=clickhouse 47 34 CLICKHOUSE_PORT=8123 ··· 63 50 EXPOSE_SENSITIVE_IMPLEMENTATION_DETAILS_IN_ERRORS=true 64 51 ALLOW_USER_INPUT_LOCALHOST_URIS=true 65 52 SEQUELIZE_PRINT_LOGS=true 66 - SNOWFLAKE_PRINT_LOGS=true 67 53 68 54 GROQ_SECRET_KEY= 69 55
+1 -4
docker-compose.yaml
··· 24 24 # -e SNOWFLAKE_PASSWORD='YOURPASSWORD' \ 25 25 # -e SNOWFLAKE_DB_NAME=YOURDB \ 26 26 # migrations 27 - - SNOWFLAKE_DB_NAME 28 27 - MIGRATOR_DB_NAME 29 28 - CLICKHOUSE_DATABASE 30 29 - NPM_TOKEN ··· 53 52 # -e SNOWFLAKE_PASSWORD='YOURPASSWORD' \ 54 53 # -e SNOWFLAKE_DB_NAME=YOURDB \ 55 54 # drop_dbs 56 - - SNOWFLAKE_DB_NAME 55 + - CLICKHOUSE_DATABASE 57 56 - MIGRATOR_DB_NAME 58 57 - NPM_TOKEN 59 58 volumes: ··· 162 161 volumes: 163 162 - ./server/reports:/app/reports 164 163 env_file: ./.env.githubci 165 - environment: 166 - - SNOWFLAKE_DB_NAME 167 164 depends_on: 168 165 migrations: 169 166 condition: service_completed_successfully