Skip to content

Commit c7b0123

Browse files
committed
Add .env file.
1 parent 7e5aa8d commit c7b0123

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.env

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Compose supports declaring default environment variables in an environment
2+
# file named .env placed in the folder docker-compose command is executed
3+
# from (current working directory).
4+
#
5+
# Compose expects each line in an env file to be in VAR=VAL format. Lines
6+
# beginning with # (i.e. comments) are ignored, as are blank lines.
7+
#
8+
# Note: Values present in the environment at runtime will always override
9+
# those defined inside the .env file. Similarly, values passed via command-line
10+
# arguments take precedence as well.
11+
12+
# SCOPUS API KEY
13+
# SCOPUS_API_KEY=<replace with your API key without brackets>

0 commit comments

Comments
 (0)