Skip to content

Commit

Permalink
Changing the default build gid
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Jul 22, 2022
1 parent 04d9611 commit 36976b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/assets/conda_store_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
c.CondaStore.database_url = "postgresql+psycopg2://postgres:password@postgres/conda-store"
c.CondaStore.redis_url = "redis://:password@redis:6379/0"
c.CondaStore.default_uid = 1000
c.CondaStore.default_gid = 100
c.CondaStore.default_gid = 1000
c.CondaStore.default_permissions = "775"
c.CondaStore.conda_included_packages = [
'ipykernel'
Expand Down

0 comments on commit 36976b1

Please sign in to comment.