Skip to content

Commit 7c2ad4c

Browse files
committed
add config ip
1 parent 6bc3b20 commit 7c2ad4c

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ testem.log
4242
Thumbs.db
4343

4444
# Environment files
45-
/src/environments/*
45+
# /src/environments/*
4646
.scannerwork/
4747

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export const googleScriptCheckPaid =
2+
'https://script.googleusercontent.com/macros/echo?user_content_key=AehSKLiSTEPXJUEDVFRBeikCncfxjkIH_OLKYluFR7IYUCmKD-8-VJfBAgtNUGqzWGgigINh_SmLLE007TRLbg-VDliF4paAnD4fG2dUDuN-mIT7nElG2wu61auwEXYq16Hnuc7bKDVihCSHJzHn7_JUz-dZQUDEBRspKdJMNiHrryl4_ds2VUCSdHj0oWxoDDKcQkoX0XfNrVNTHFc3GKSet8USe_lM4p8hjeyRc_LAbWU_ywX7BhXL88Df7JkJtco8hJ_vDJl3XSd_QVgfCqXrhzQgodAjg8KOKSuOp-y-&lib=MiJ6PZlEM574xunmtReGn1uN-aGJIc-mt';

src/environments/environment.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export const environment = {
2+
IP_SERVER: 'http://localhost:8888/api',
3+
// IP_SERVER: 'http://192.168.1.220:8888/api',
4+
IP_SERVER_NO_SSL: 'http://192.168.1.220:8000/api',
5+
IP_SERVER_RADMIN: 'http://26.100.147.137:8888/api',
6+
IP_LOCAL: 'http://localhost:8081/api',
7+
};
8+
9+
//Client ID: 839020123858-qnan968uvj0u9d5h6bq5cd5ulls9h7dk.apps.googleusercontent.com
10+
11+
//client Secret: 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

0 commit comments

Comments
 (0)