Skip to content

Commit 69cef22

Browse files
committed
Merge branch 'codespace' of https://github.com/kushalbakshi/element-array-ephys into codespace
2 parents caf5c91 + f5ab71d commit 69cef22

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ENV DJ_HOST fakeservices.datajoint.io
4141
ENV DJ_USER root
4242
ENV DJ_PASS simple
4343

44-
ENV IMAGING_ROOT_DATA_DIR /workspaces/element-array-ephys/example_data
44+
ENV EPHYS_ROOT_DATA_DIR /workspaces/element-array-ephys/example_data
4545
ENV DATABASE_PREFIX neuro_
4646

4747
USER vscode

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,6 @@ dj_local_conf_old.json
125125

126126
# exports/notes
127127
temp*
128+
129+
# Codespaces
130+
example_data/

0 commit comments

Comments
 (0)