Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fixed .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
inesseq committed Feb 13, 2018
1 parent 10eaa6d commit ec44c1e
Show file tree
Hide file tree
Showing 4 changed files with 909 additions and 3 deletions.
2 changes: 1 addition & 1 deletion angular-src/.env.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
// This file is a template. Rename the file to ".env".
// Replace the corresponding variables.
// Don't commit it, since it is sensitive info!
exports.secrets = {
exports.Vars = {
FENIX_CLIENT_ID: "GCE",
REDIRECT_URL: "ROCKS",
REDIRECT_URL_PROF: "YEAH"
Expand Down
2 changes: 1 addition & 1 deletion angular-src/.env.template.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file is a template. Rename the file to ".env".
// Replace the corresponding variables.
// Don't commit it, since it is sensitive info!
export const secrets = {
export const Vars = {
FENIX_CLIENT_ID: "GCE",
FENIX_CLIENT_SECRET : "ROCKS",
REDIRECT_URL: "OH",
Expand Down
Loading

0 comments on commit ec44c1e

Please sign in to comment.