Skip to content

Commit e8e8bd1

Browse files
author
Gabriel Peres Bernes
committed
chore: commit env example
1 parent ac577b9 commit e8e8bd1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ ios/Flutter/flutter_export_environment.sh
6464
/ios/Runner/crashlytics-build.properties
6565

6666
# Environment config files
67-
env*.json
67+
env.prod.json
68+
env.dev.json
69+
env.staging.json
70+
env.local.json
6871

6972
# Release files
7073
android/key.properties

env.example.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"API_BASE_URL": "",
3+
"CRM_BASE_URL": ""
4+
}

0 commit comments

Comments
 (0)