diff options
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..a7bd050 --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +# General configuration +EMACS_USER="LibreUser." +EMACS_EMAIL="user@example.org" + +# Angular configuration +ANGULAR_SERVER_DIR="/usr/local/lib/node_modules/@angular/language-server" +NODEJS_MODULE_DIR="/usr/local/lib/node_modules" |