-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsqlplus.ini
More file actions
59 lines (51 loc) · 2.2 KB
/
sqlplus.ini
File metadata and controls
59 lines (51 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#
# sqlplus Package configuration file
# More info at https://github.com/mvelikikh/Keypirinha-Plugin-SQLPlus
#
# NOTE TO PLUGIN DEVELOPER:
# * This file may be removed from the package if no plugin requires
# configuration
# * The [main] section below is an example and not mandatory, however it is good
# practice to keep the [var] and [env] sections, as well as their respective
# comments
# * This comment block may be removed!
[main]
# Plugin's main configuration section
# The prefix to give to any Catalog item created for this plugin
# * Default: sqlplus
label = sqlplus
# When both username and password are missing, that login string is used instead.
# * Default: /
default_login_string = /
# The default working dir used to start SQL*Plus from
# * Default: %USERPROFILE%
working_dir = %USERPROFILE%
# Set this parameter to True to enable debug output
# * Default: False
debug = False
[var]
# As in every Keypirinha's configuration file, you may optionally include a
# [var] section to declare variables that you want to reuse anywhere else in
# this file.
#
# Note that the [var] section is inherited, which means that any value defined
# in the main configuration file of the application (i.e.: "Keypirinha.ini") has
# already been made available to this file as well so you do not need to
# duplicate it here unless you want to override it.
#
# REMINDER: For convenience, Keypirinha silently populates this section with
# predefined values that may come handy. Here are some of them: APP_DIR,
# APP_EXE, PROFILE_DIR, PROFILE_DIR_INSTALLED_PACKS, PROFILE_DIR_LIVE_PACKS,
# PROFILE_DIR_USER and the KNOWNFOLDER_* and KNOWNFOLDERGUID_* values.
#
# See the "Configuration" chapter of the documentation for more information.
[env]
# For convenience, Keypirinha populates this [env] section in every loaded
# configuration file so you can easily access to environment variables like
# PATH for example from this file using syntax: ${env:PATH}
#
# If an environment variable happens to be changed while Keypirinha is running
# and this modification impacts current configuration, application and packages
# configuration will be reloaded if needed only.
#
# See the "Configuration" chapter of the documentation for more information.