aboutsummaryrefslogtreecommitdiff
path: root/src/environments
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-05-08 12:45:04 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-05-08 12:45:04 +0200
commit57e37455ca3b0810f6b3a960c6300be2486c31de (patch)
tree3c7d0d2c0c268542cb76494dae634e27071c5a84 /src/environments
parentb9165f58f27c8209797c0acf5fd1c83124de0849 (diff)
downloadgnunet-webui-57e37455ca3b0810f6b3a960c6300be2486c31de.tar.gz
gnunet-webui-57e37455ca3b0810f6b3a960c6300be2486c31de.zip
add hello world
Diffstat (limited to 'src/environments')
-rw-r--r--src/environments/environment.prod.ts3
-rw-r--r--src/environments/environment.ts8
2 files changed, 11 insertions, 0 deletions
diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts
new file mode 100644
index 0000000..3612073
--- /dev/null
+++ b/src/environments/environment.prod.ts
@@ -0,0 +1,3 @@
1export const environment = {
2 production: true
3};
diff --git a/src/environments/environment.ts b/src/environments/environment.ts
new file mode 100644
index 0000000..b7f639a
--- /dev/null
+++ b/src/environments/environment.ts
@@ -0,0 +1,8 @@
1// The file contents for the current environment will overwrite these during build.
2// The build system defaults to the dev environment which uses `environment.ts`, but if you do
3// `ng build --env=prod` then `environment.prod.ts` will be used instead.
4// The list of which env maps to which file can be found in `.angular-cli.json`.
5
6export const environment = {
7 production: false
8};