We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5aa8d commit c7b0123Copy full SHA for c7b0123
.env
@@ -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