-
-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy path.env.local.example
More file actions
17 lines (15 loc) · 704 Bytes
/
Copy path.env.local.example
File metadata and controls
17 lines (15 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copy this file to .env.local if you want a local place to keep your
# build values.
#
# .env.local is gitignored and must NEVER be committed.
#
# Current build scripts do not auto-load .env.local uniformly. Export
# these variables in your shell, or source the file yourself before
# running a workflow that reads them.
# -- macOS code signing ------------------------------------------------
# Pin an exact codesigning identity (SHA-1 hash form preferred; list
# yours with: security find-identity -v -p codesigning).
#MOUSER_SIGN_IDENTITY=
# -- Optional overrides ------------------------------------------------
# Python interpreter used for the build (default: .venv, then PATH).
#MOUSER_PYTHON=